Skip to content

Commit

Permalink
Path: add vcarve operation using openvoronoi
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptonic committed Sep 28, 2020
1 parent 33beb41 commit c141f41
Show file tree
Hide file tree
Showing 9 changed files with 1,196 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Mod/Path/CMakeLists.txt
Expand Up @@ -125,6 +125,8 @@ SET(PathScripts_SRCS
PathScripts/PathUtil.py
PathScripts/PathUtils.py
PathScripts/PathUtilsGui.py
PathScripts/PathVcarve.py
PathScripts/PathVcarveGui.py
PathScripts/PathWaterline.py
PathScripts/PathWaterlineGui.py
PathScripts/PostUtils.py
Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Path/Gui/Resources/Path.qrc
Expand Up @@ -66,6 +66,7 @@
<file>icons/Path-ToolController.svg</file>
<file>icons/Path-Toolpath.svg</file>
<file>icons/Path-ToolTable.svg</file>
<file>icons/Path-Vcarve.svg</file>
<file>icons/Path-Waterline.svg</file>
<file>icons/arrow-ccw.svg</file>
<file>icons/arrow-cw.svg</file>
Expand Down Expand Up @@ -111,6 +112,7 @@
<file>panels/PageOpSlotEdit.ui</file>
<file>panels/PageOpSurfaceEdit.ui</file>
<file>panels/PageOpWaterlineEdit.ui</file>
<file>panels/PageOpVcarveEdit.ui</file>
<file>panels/PathEdit.ui</file>
<file>panels/PointEdit.ui</file>
<file>panels/SetupGlobal.ui</file>
Expand Down

0 comments on commit c141f41

Please sign in to comment.