G32 also qualifies as a blocking command
This commit is contained in:
parent
d447308ef0
commit
fbca845bbd
1 changed files with 1 additions and 0 deletions
|
|
@ -1560,6 +1560,7 @@ class MachineCom(object):
|
|||
return cmd
|
||||
_gcode_G29 = _gcode_G28
|
||||
_gcode_G30 = _gcode_G28
|
||||
_gcode_G32 = _gcode_G28
|
||||
|
||||
### MachineCom callback ################################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue