We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40ff13 commit aae1102Copy full SHA for aae1102
Marlin/src/feature/spindle_laser.cpp
@@ -141,7 +141,7 @@ void SpindleLaser::apply_power(const uint8_t opwr) {
141
else
142
ocr_off();
143
#elif ENABLED(SPINDLE_SERVO)
144
- MOVE_SERVO(SPINDLE_SERVO_NR, power);
+ servo[SPINDLE_SERVO_NR].move(opwr);
145
#else
146
WRITE(SPINDLE_LASER_ENA_PIN, enabled() ? SPINDLE_LASER_ACTIVE_STATE : !SPINDLE_LASER_ACTIVE_STATE);
147
isReadyForUI = true;
0 commit comments