sliptonic
c141f41887
Path: add vcarve operation using openvoronoi
2020-09-28 14:58:08 -05:00
sliptonic
fd1dc30170
Merge pull request #3624 from Russ4262/SlotCutter
...
[Path] Add new `Slot` operation to PathWB 2D tool group
2020-06-19 11:12:01 -05:00
Russell Johnson
f323e635bd
Path: Add new Slot operation
...
New slotting operation:
- Accepts selection of up to two features.
- Selectable features include: faces, edges, and vertices.
- User may select a single face or edge, or a pair of features.
- The path may be extended at the start and end.
- The path may be reversed.
- The path may be altered to the perpendicular in some cases.
- A unique Slot icon is included.
- Includes simple collision detection with warning message.
2020-06-18 19:56:52 -05:00
sliptonic
df2884f810
[PATH] make -custom- op compliant. Improve gcode_pre importer
2020-06-10 16:49:46 -05:00
Russell Johnson
2309343b29
Path: Integrate unified Profile operation into PathWB
...
Remove Contour, Profile Faces, and Profile Edges icons from PathWB GUI. Files are still fully in tact and available.
2020-05-10 18:19:42 -05:00
Russell Johnson
a2c72feba8
Path: Add commented references for missing imported modules
...
PathSurfaceGui and PathWaterlineGui are imported in the initGui.py module due to OCL dependency.
2020-03-30 22:34:57 -05:00
sliptonic
040324c6ae
discretizing
2020-03-26 13:26:05 -05:00
Markus Lampert
a27a00064a
Added boundary dressup to restrict path to another shape.
2019-11-05 19:18:39 -08:00
Markus Lampert
641f615bf5
Restrict loading of ocl and PathSurface to enabling experimental features.
2019-10-14 10:09:05 -07:00
Daniel Wood
36c548e358
Move the ToolLibraryEditor code to its own file
2019-09-05 21:28:48 +01:00
Markus Lampert
f34ac89266
switched to pylint3 and fixed additional warnings
2019-07-01 15:32:54 -07:00
Markus Lampert
68f839d86a
Fixed pylint warnings for PathGui family
2019-07-01 15:32:54 -07:00
sliptonic
b55c210f39
remove unnecessary imports. normalize debug log levels
2019-06-21 13:01:01 -05:00
sliptonic
4a984de243
Path: normalize proxy stratements
...
remove bare exceptions
2019-06-21 13:01:01 -05:00
markus
9bed47a18c
Split ToolController into model and gui.
2019-06-02 11:03:14 -07:00
markus
fb62e3940e
Moved FreeCADGui dependency from PathUtils into PathUtilsGui
2019-06-02 11:03:14 -07:00
easyw
53d632c7a7
added try,except for OpenCamLib test
2019-05-10 13:15:11 +02:00
Markus Lampert
cf2799ccd8
Refactored operation initialisation into separate module so it can be called from the WB and the Job UI.
2018-10-02 09:42:52 -03:00