UBL no longer flout's the sacred GCode standard (#6745)
Also clean up ubl_motion.cpp debug info and fix declaration of cx & cy
This commit is contained in:
@@ -5761,7 +5761,7 @@ inline void gcode_M31() {
|
||||
/**
|
||||
* M32: Select file and start SD Print
|
||||
*/
|
||||
inline void gcode_M32() {
|
||||
inline void gcode_M32() { // Why is M32 allowed to flout the sacred GCode standard?
|
||||
if (card.sdprinting)
|
||||
stepper.synchronize();
|
||||
|
||||
|
Reference in New Issue
Block a user