Skip to content

Commit a5b5db4

Browse files
committedMay 17, 2023
🧑‍💻 Minor SpindleLaser::set_enabled tweak
1 parent 15671a4 commit a5b5db4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎Marlin/src/feature/spindle_laser.h

-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ class SpindleLaser {
201201
apply_power(enable ? TERN(SPINDLE_LASER_USE_PWM, (power ?: (unitPower ? upower_to_ocr(cpwr_to_upwr(SPEED_POWER_STARTUP)) : 0)), 255) : 0);
202202
break;
203203
case CUTTER_MODE_CONTINUOUS:
204-
TERN_(LASER_FEATURE, set_inline_enabled(enable));
205-
break;
206204
case CUTTER_MODE_DYNAMIC:
207205
TERN_(LASER_FEATURE, set_inline_enabled(enable));
208206
break;

0 commit comments

Comments
 (0)