Merge pull request #2190 from thinkyhead/new_parser_m33

Update M33 for new gcode parser
master
Scott Lahteine 9 years ago
commit eecabf0b00

@ -3065,10 +3065,7 @@ inline void gcode_M31() {
* /Miscellaneous/Armchair/Armchair.gcode
*/
inline void gcode_M33() {
char *args = strchr_pointer + 4;
while (*args == ' ') ++args;
clear_asterisk(args);
card.printLongPath(args);
card.printLongPath(current_command_args);
}
#endif

Loading…
Cancel
Save