Move lpq_len to Temperature class (#10715)

This commit is contained in:
Scott Lahteine
2018-05-12 02:13:54 -05:00
committed by GitHub
parent 02a79cc030
commit aff683c3f5
5 changed files with 27 additions and 22 deletions

View File

@@ -448,10 +448,6 @@ void report_current_position();
filament_change_load_length[EXTRUDERS];
#endif
#if ENABLED(PID_EXTRUSION_SCALING)
extern int lpq_len;
#endif
#if HAS_POWER_SWITCH
extern bool powersupply_on;
#define PSU_PIN_ON() do{ OUT_WRITE(PS_ON_PIN, PS_ON_AWAKE); powersupply_on = true; }while(0)