G32 also qualifies as a blocking command

This commit is contained in:
Gina Häußge 2015-03-06 11:36:03 +01:00
parent d447308ef0
commit fbca845bbd

View file

@ -1560,6 +1560,7 @@ class MachineCom(object):
return cmd
_gcode_G29 = _gcode_G28
_gcode_G30 = _gcode_G28
_gcode_G32 = _gcode_G28
### MachineCom callback ################################################################################################