remove stop_heating_wait

This commit is contained in:
Erik van der Zalm
2012-02-27 18:45:45 +01:00
parent b48d67ce10
commit c6f2ec3c82
4 changed files with 0 additions and 9 deletions

View File

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