Polishing PathDrilling

This commit is contained in:
Pekka Roivainen
2017-05-04 00:15:59 +03:00
committed by wmayer
parent cae4ec9bbc
commit 06b135ccfd
2 changed files with 82 additions and 66 deletions

View File

@@ -162,20 +162,6 @@
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="Gui::InputField" name="peckDepth">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Peck Depth</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Heights">
@@ -223,20 +209,6 @@
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="Gui::InputField" name="retractHeight">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Retract Height</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Operation">
@@ -299,9 +271,16 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="checkBox">
<widget class="QCheckBox" name="peckEnabled">
<property name="text">
<string>Peck (using step depth value)</string>
<string>Peck</string>
</property>
</widget>
</item>
<item>
<widget class="Gui::InputField" name="peckDepth">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
@@ -317,7 +296,7 @@
</widget>
</item>
<item>
<widget class="Gui::InputField" name="retractHeight_2">
<widget class="Gui::InputField" name="retractHeight">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
@@ -328,14 +307,14 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="checkBox_2">
<widget class="QCheckBox" name="dwellEnabled">
<property name="text">
<string>Dwell</string>
</property>
</widget>
</item>
<item>
<widget class="Gui::InputField" name="retractHeight_3">
<widget class="Gui::InputField" name="dwellTime">
<property name="text">
<string>0 sec</string>
</property>