added max_temp config option to temperaturecontrol
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.h
index 1c52f19..ce68ec5 100644 (file)
@@ -42,6 +42,7 @@ class TemperatureControl : public Module {
         int pool_index;
 
         float target_temperature;
+        float max_temp;
 
         float preset1;
         float preset2;