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:
parent
c262ea92e0
commit
1fbcbc05f6
4 changed files with 63 additions and 133 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue