From: daid303 Date: Mon, 18 Mar 2013 15:51:40 +0000 (+0100) Subject: Show the temperature group. X-Git-Tag: 13.05~183 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=16c5d3813d358c9198b97b2a70727625731d6940;p=cura.git Show the temperature group. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 9c62b323..95175914 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -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!")