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

@ -175,7 +175,6 @@ extern float homing_feedrate[];
extern bool axis_relative_modes[];
extern float current_position[NUM_AXIS] ;
extern float add_homeing[3];
extern bool stop_heating_wait;
// Handling multiple extruders pins
extern uint8_t active_extruder;