solved the block end problem, commiting mostly to save all those neat debug statement...
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.cpp
index d76d75d..48929fd 100644 (file)
@@ -18,6 +18,7 @@ TemperatureControl::TemperatureControl(){}
 TemperatureControl::TemperatureControl(uint16_t name){
     this->name_checksum = name;
     this->error_count = 0; 
+    this->waiting = false;
 }
 
 void TemperatureControl::on_module_loaded(){