FreeCAD: master 0d22ca8e
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
yorik | yorik | master | 2016-01-20 01:31:46 | master f4807914 |
Changeset | Path: Added new series of tools and fixes * Fixed UsePlacement property of Path Compounds * Added Path FaceProfile command - does a simple 2D contour of a face * Added Path FacePocket command - does a simple 2D pocket of a face * Added Path Array command - does an array with copies of a path * Added Path Custom command - to add custom G-Code * Added Inspect command - to inspect the G-Code of a path |
|||
mod - src/Mod/Draft/DraftGeomUtils.py | Diff File | |||
mod - src/Mod/Path/CMakeLists.txt | Diff File | |||
mod - src/Mod/Path/Gui/Resources/Path.qrc | Diff File | |||
add - src/Mod/Path/Gui/Resources/icons/Path-Array.svg | Diff File | |||
add - src/Mod/Path/Gui/Resources/icons/Path-Custom.svg | Diff File | |||
add - src/Mod/Path/Gui/Resources/icons/Path-FacePocket.svg | Diff File | |||
add - src/Mod/Path/Gui/Resources/icons/Path-FaceProfile.svg | Diff File | |||
add - src/Mod/Path/Gui/Resources/icons/Path-Inspect.svg | Diff File | |||
mod - src/Mod/Path/Gui/Resources/icons/Path-Pocket.svg | Diff File | |||
mod - src/Mod/Path/Gui/Resources/icons/Path-Profile.svg | Diff File | |||
mod - src/Mod/Path/InitGui.py | Diff File | |||
add - src/Mod/Path/PathScripts/PathArray.py | Diff File | |||
mod - src/Mod/Path/PathScripts/PathCompoundExtended.py | Diff File | |||
add - src/Mod/Path/PathScripts/PathCustom.py | Diff File | |||
add - src/Mod/Path/PathScripts/PathFacePocket.py | Diff File | |||
add - src/Mod/Path/PathScripts/PathFaceProfile.py | Diff File | |||
add - src/Mod/Path/PathScripts/PathInspect.py | Diff File |