Fix Spindle/Laser Control menu (#20347)

This commit is contained in:
Mike La Spina
2021-04-29 08:45:08 -05:00
committed by Scott Lahteine
parent 4ca3c0bc86
commit e3e9982fec
7 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void GcodeSuite::M3_M4(const bool is_M4) {
#endif
planner.synchronize(); // Wait for previous movement commands (G0/G0/G2/G3) to complete before changing power
cutter.set_direction(is_M4);
cutter.set_reverse(is_M4);
#if ENABLED(SPINDLE_LASER_PWM)
if (parser.seenval('O')) {