Set the maimum tool RPM to 100,000. The default 100 is too small.

This commit is contained in:
Itai Nahshon
2017-06-16 12:49:39 +03:00
committed by wmayer
parent 408b14310f
commit ccd56242ec

View File

@@ -181,7 +181,14 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QDoubleSpinBox" name="spindleSpeed"/>
<widget class="QDoubleSpinBox" name="spindleSpeed">
<property name="minimum">
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>100000.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>