|
@@ -131,7 +131,6 @@ volatile int extrudemultiply=100; //100->1 200->2
|
131
|
131
|
float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
|
132
|
132
|
float add_homeing[3]={0,0,0};
|
133
|
133
|
uint8_t active_extruder = 0;
|
134
|
|
-bool stop_heating_wait=false;
|
135
|
134
|
|
136
|
135
|
//===========================================================================
|
137
|
136
|
//=============================private variables=============================
|
|
@@ -886,7 +885,6 @@ void process_commands()
|
886
|
885
|
}
|
887
|
886
|
manage_heater();
|
888
|
887
|
LCD_STATUS;
|
889
|
|
- if(stop_heating_wait) break;
|
890
|
888
|
#ifdef TEMP_RESIDENCY_TIME
|
891
|
889
|
/* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
|
892
|
890
|
or when current temp falls outside the hysteresis after target temp was reached */
|