reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 120 forks source link

M112 Emergency stop #36

Closed RRP-support closed 10 years ago

RRP-support commented 10 years ago

Web interface 'stop' button sends M112 gcode, which is intercepted and carried out immediately. M112 isn't supported by USB communication; Gcodes.cpp has a null function for M112. It should be simple to add the function call 'reprap.EmergencyStop();' to M112 in Gcodes.cpp

T3P3 commented 10 years ago

fixed with https://github.com/reprappro/RepRapFirmware/pull/37