Move temperature reporting to Temperature class

This commit is contained in:
Scott Lahteine
2017-12-06 18:30:39 -06:00
parent 6e197d4a42
commit 5d01a2f467
5 changed files with 115 additions and 101 deletions

View File

@@ -457,10 +457,6 @@ void report_current_position();
// Handling multiple extruders pins
extern uint8_t active_extruder;
#if HAS_TEMP_HOTEND || HAS_TEMP_BED
void print_heaterstates();
#endif
#if ENABLED(MIXING_EXTRUDER)
extern float mixing_factor[MIXING_STEPPERS];
#endif