chiark / gitweb /
Show the temperature group.
authordaid303 <daid303@gmail.com>
Mon, 18 Mar 2013 15:51:40 +0000 (16:51 +0100)
committerdaid303 <daid303@gmail.com>
Mon, 18 Mar 2013 15:51:40 +0000 (16:51 +0100)
Cura/gui/mainWindow.py

index 9c62b32304d3266b3f414dff6a040e866544cafd..95175914657f61411f6bbadc7be1489934c17219 100644 (file)
@@ -563,7 +563,7 @@ class normalSettingsPanel(configBase.configPanelBase):
                validators.warningAbove(c, 150.0, "It is highly unlikely that your machine can achieve a printing speed above 150mm/s")
                validators.printSpeedValidator(c)
 
-               #configBase.TitleRow(right, "Temperature")
+               configBase.TitleRow(right, "Temperature")
                c = configBase.SettingRow(right, "Printing temperature", 'print_temperature', '0', 'Temperature used for printing. Set at 0 to pre-heat yourself')
                validators.validFloat(c, 0.0, 340.0)
                validators.warningAbove(c, 260.0, "Temperatures above 260C could damage your machine, be careful!")