Move heater output to Temperature class

This commit is contained in:
Scott Lahteine
2017-09-16 04:44:37 -05:00
parent 63228fc453
commit 71aefc2e22
8 changed files with 980 additions and 83 deletions

View File

@ -525,6 +525,10 @@ class Temperature {
#endif
#endif
#if HAS_TEMP_HOTEND || HAS_TEMP_BED
static void print_heaterstates();
#endif
private:
#if ENABLED(FAST_PWM_FAN)