Skip to content

Commit

Permalink
Basic workflow. No editing
Browse files Browse the repository at this point in the history
concept dock work
most functions working.
made linuxcnc export work
Fixed some defaults on new install
fixed display label in dock
  • Loading branch information
sliptonic committed Nov 16, 2020
1 parent 691f259 commit 0a2183f
Show file tree
Hide file tree
Showing 10 changed files with 1,010 additions and 811 deletions.
14 changes: 10 additions & 4 deletions src/Mod/Path/Gui/Resources/panels/ToolBitEditor.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>587</width>
<height>744</height>
<width>401</width>
<height>715</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -16,6 +16,12 @@
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>0</number>
</property>
Expand Down Expand Up @@ -114,7 +120,7 @@
<item row="0" column="1">
<widget class="Gui::InputField" name="toolCuttingEdgeAngle">
<property name="text">
<string>180°</string>
<string>0 °</string>
</property>
<property name="unit" stdset="0">
<string>°</string>
Expand All @@ -131,7 +137,7 @@
<item row="1" column="1">
<widget class="Gui::InputField" name="toolCuttingEdgeHeight">
<property name="text">
<string>0.00</string>
<string>0 mm</string>
</property>
<property name="unit" stdset="0">
<string>mm</string>
Expand Down

0 comments on commit 0a2183f

Please sign in to comment.