Update M33 for new gcode parser
This commit is contained in:
parent
a8a8f236d2
commit
0564625757
|
@ -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…
Reference in a new issue