Path: Added a change based on feedback.

This commit is contained in:
LarryWoestman
2023-02-23 16:01:20 -08:00
committed by LarryWoestman
parent 12699d8db8
commit 520c7d5a75

View File

@@ -291,8 +291,7 @@ def init_parameter_functions(parameter_functions):
"Z": default_axis_parameter,
# "$" is used by LinuxCNC (and others?) to designate which spindle
}
for parameter in default_parameter_functions:
parameter_functions[parameter] = default_parameter_functions[parameter]
parameter_functions.update(default_parameter_functions)
def linenumber(values, space=None):