Single nozzle filament change (#11994)

This commit is contained in:
InsanityAutomation
2018-10-07 18:06:14 -04:00
committed by Scott Lahteine
parent bfcf570d68
commit 74cd6cb4fc
94 changed files with 1267 additions and 38 deletions

View File

@ -616,6 +616,10 @@ class Temperature {
#endif
#endif
#if ENABLED(ULTRA_LCD)
static void set_heating_message(const uint8_t e);
#endif
private:
#if ENABLED(FAST_PWM_FAN)
@ -659,7 +663,6 @@ class Temperature {
#endif
#endif // THERMAL_PROTECTION
};
extern Temperature thermalManager;