Fix "paused" message and M125 called by M25 (#12551)
This commit is contained in:
@ -1922,7 +1922,7 @@ void Temperature::isr() {
|
||||
;
|
||||
|
||||
/**
|
||||
* Standard PWM modulation
|
||||
* Standard heater PWM modulation
|
||||
*/
|
||||
if (pwm_count_tmp >= 127) {
|
||||
pwm_count_tmp -= 127;
|
||||
|
Reference in New Issue
Block a user