Laser/spindle PWM off on M5
This commit is contained in:
		| @@ -131,6 +131,9 @@ void GcodeSuite::M3_M4(bool is_M3) { | ||||
| void GcodeSuite::M5() { | ||||
|   stepper.synchronize(); | ||||
|   WRITE(SPINDLE_LASER_ENABLE_PIN, !SPINDLE_LASER_ENABLE_INVERT); | ||||
|   #if ENABLED(SPINDLE_LASER_PWM) | ||||
|     analogWrite(SPINDLE_LASER_PWM_PIN, SPINDLE_LASER_PWM_INVERT ? 255 : 0); | ||||
|   #endif | ||||
|   delay_for_power_down(); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user