mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:36:07 +08:00
Print speed twice, that cannot be right!
This commit is contained in:
parent
f5c5f67f62
commit
6e036895aa
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user