From: Daid Date: Sun, 26 Feb 2012 13:55:02 +0000 (+0100) Subject: Print speed twice, that cannot be right! X-Git-Tag: RC1~148 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6e036895aac071d26b6921902c69855006c282f7;p=cura.git Print speed twice, that cannot be right! --- diff --git a/SkeinPyPy_NewUI/newui/mainWindow.py b/SkeinPyPy_NewUI/newui/mainWindow.py index 95cde0ca..ed01fec1 100644 --- a/SkeinPyPy_NewUI/newui/mainWindow.py +++ b/SkeinPyPy_NewUI/newui/mainWindow.py @@ -112,9 +112,6 @@ class mainWindow(wx.Frame): validators.validFloat(c, 0.0) TitleRow(right, "Speed") - c = SettingRow(right, "Print speed (mm/s)", 'print_speed', '50') - validators.validFloat(c, 1.0) - validators.warningAbove(c, 150.0, "It is highly unlikely that your machine can achieve a printing speed above 150mm/s") c = SettingRow(right, "Travel speed (mm/s)", 'travel_speed', '150') validators.validFloat(c, 1.0) validators.warningAbove(c, 300.0, "It is highly unlikely that your machine can achieve a travel speed above 150mm/s")