Fix probe fan compiling error (#13930)

This commit is contained in:
Ludy
2019-05-07 21:14:12 +02:00
committed by Scott Lahteine
parent 24e956d168
commit a504366138
3 changed files with 5 additions and 4 deletions

View File

@ -97,7 +97,7 @@ void GcodeSuite::M81() {
thermalManager.zero_fan_speeds();
#if ENABLED(PROBING_FANS_OFF)
thermalManager.fans_paused = false;
ZERO(thermalManager.paused_fan_speed);
ZERO(thermalManager.saved_fan_speed);
#endif
#endif