Path: Added a change based on feedback.
This commit is contained in:
committed by
LarryWoestman
parent
12699d8db8
commit
520c7d5a75
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user