Skip to content

Commit

Permalink
Merge pull request #3126 from sliptonic/feature/dressupZCorrect
Browse files Browse the repository at this point in the history
Path: Feature/dressup z correct
  • Loading branch information
sliptonic committed Mar 27, 2020
2 parents 39b691a + 4e91020 commit 2b52285
Show file tree
Hide file tree
Showing 14 changed files with 1,528 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Path/CMakeLists.txt
Expand Up @@ -46,6 +46,7 @@ SET(PathScripts_SRCS
PathScripts/PathDressupTag.py
PathScripts/PathDressupTagGui.py
PathScripts/PathDressupTagPreferences.py
PathScripts/PathDressupZCorrect.py
PathScripts/PathDrilling.py
PathScripts/PathDrillingGui.py
PathScripts/PathEngrave.py
Expand Down Expand Up @@ -82,6 +83,8 @@ SET(PathScripts_SRCS
PathScripts/PathPreferences.py
PathScripts/PathPreferencesPathDressup.py
PathScripts/PathPreferencesPathJob.py
PathScripts/PathProbe.py
PathScripts/PathProbeGui.py
PathScripts/PathProfileBase.py
PathScripts/PathProfileBaseGui.py
PathScripts/PathProfileContour.py
Expand Down
3 changes: 3 additions & 0 deletions src/Mod/Path/Gui/Resources/Path.qrc
Expand Up @@ -37,6 +37,7 @@
<file>icons/Path-Plane.svg</file>
<file>icons/Path-Pocket.svg</file>
<file>icons/Path-Post.svg</file>
<file>icons/Path-Probe.svg</file>
<file>icons/Path-Profile-Edges.svg</file>
<file>icons/Path-Profile-Face.svg</file>
<file>icons/Path-Profile.svg</file>
Expand Down Expand Up @@ -102,6 +103,7 @@
<file>panels/PageOpHelixEdit.ui</file>
<file>panels/PageOpPocketExtEdit.ui</file>
<file>panels/PageOpPocketFullEdit.ui</file>
<file>panels/PageOpProbeEdit.ui</file>
<file>panels/PageOpProfileFullEdit.ui</file>
<file>panels/PageOpSurfaceEdit.ui</file>
<file>panels/PathEdit.ui</file>
Expand All @@ -114,6 +116,7 @@
<file>panels/ToolEditor.ui</file>
<file>panels/ToolLibraryEditor.ui</file>
<file>panels/TaskPathSimulator.ui</file>
<file>panels/ZCorrectEdit.ui</file>
<file>preferences/PathDressupHoldingTags.ui</file>
<file>preferences/PathJob.ui</file>
<file>translations/Path_af.qm</file>
Expand Down

0 comments on commit 2b52285

Please sign in to comment.