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
|
* /Miscellaneous/Armchair/Armchair.gcode
|
||||||
*/
|
*/
|
||||||
inline void gcode_M33() {
|
inline void gcode_M33() {
|
||||||
char *args = strchr_pointer + 4;
|
card.printLongPath(current_command_args);
|
||||||
while (*args == ' ') ++args;
|
|
||||||
clear_asterisk(args);
|
|
||||||
card.printLongPath(args);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue