Russell Johnson
8da553bd60
Add new property to SetupProperties()
...
StartRadius property addedd
2019-07-03 19:52:02 -05:00
sliptonic
f705f6f40a
Path: add helix start radius
2019-07-03 19:21:41 -05:00
Russell Johnson
d5356d2c38
Fix EnableRotation property
...
PathCircularHoleBase uses `EnableRotation` property
2019-07-03 11:45:53 -05:00
sliptonic
4a984de243
Path: normalize proxy stratements
...
remove bare exceptions
2019-06-21 13:01:01 -05:00
luz.paz
953df125ad
Crowdin: continuing translation string refinements/fixes
2019-03-22 10:44:14 -03:00
Markus Lampert
3e1310ba79
Operation settings support for Helix op.
2018-09-02 00:32:22 -07:00
Markus Lampert
ebe76319b8
Added name parameter to operation proxy constructor.
2018-09-02 00:32:22 -07:00
Markus Lampert
070d17e4e4
Add job as parameter to opSetDefaultValues
2018-09-02 00:32:22 -07:00
Markus Lampert
2e63ffd090
Fixed import statement for py3
2018-03-17 14:09:15 +01:00
Markus Lampert
a84a0ce431
Abort OP creation transaction if TC selection is aborted with cancel, #3274
2017-11-28 12:39:02 -02:00
pekkaroi
df1011d94f
Path: Allow removing of all base objects in Circular hole tools
2017-11-21 17:19:57 -03:00
Markus Lampert
87533cbb16
Fixed PathHelix to not throw an exception if StartDepth == FinalDepth.
2017-09-21 11:32:32 -07:00
Markus Lampert
9f0ba77a54
Added doc strings to operations.
2017-08-22 10:16:58 -03:00
Markus Lampert
5190839006
Cleaning up some unused functions.
2017-08-22 10:16:58 -03:00
Markus Lampert
21f98304be
Rebased Helix op on PathOp framework, also it's UI.
2017-08-22 10:16:58 -03:00
sliptonic
ddb2001dcb
Path: Change Profile 'side' enumeration to inside/outside
...
left/right was too ambiguous
correct profile direction set
2017-07-10 19:17:41 -03:00
Markus Lampert
4c3cee03c5
Replaced default context argument with explicit call for pylupdate to pick up the strings and contexts.
2017-06-03 15:37:41 -07:00
Sabin Iacob
2c862f0f72
Path: add zmax to the job weight so we drill the holes that are closer to the surface first
2017-05-27 19:52:21 -03:00
Pekka Roivainen
2b42295391
Path: PathDrilling updates
...
-Log Level to INFO
-PEP8 formatting
-move sort_jobs to PathUtils
2017-05-10 22:57:14 +02:00
Sabin Iacob
6acbdad01d
[path] Remove duplicate first drill job in PathHelix
2017-05-02 07:10:00 +03:00
Sabin Iacob
0556edf6f6
[path] Make PathHelix use the new tool controllers
2017-04-30 10:05:18 +02:00
Sabin Iacob
bac7aa9d64
[path] Sort helix drill jobs to improve efficiency
2017-04-29 11:06:41 +03:00
Lorenz Hüdepohl
e38d0ada6c
PathHelix: Fix locale issue for Gui::InputField setText() method
2017-02-17 20:55:37 +01:00
Lorenz Hüdepohl
837f2eabb8
PathHelix: Be more liberal in what constitues a straight cylinder
2017-02-17 20:55:17 +01:00
Lorenz Hüdepohl
f2faa50802
PathHelix: Switch to QToolBox based task panel
...
This makes it more consistent with the other Path operations
2017-01-14 17:04:36 +01:00
Lorenz Hüdepohl
0de0d8f930
PathHelix: fix most of the PEP8 issues
...
Dealt with most issues expect for overly long lines
2017-01-06 15:50:21 +01:00
Lorenz Hüdepohl
ec5faafd86
PathHelix: typo in error path
2017-01-06 15:14:04 +01:00
Lorenz Hüdepohl
1edc151c5d
PathHelix: Drop requirement of scipy.spatial
...
It was deemed that scipy is too heavy a requirement for FreeCAD just for
this little feature. Fortunately it was possible to extract the k-d tree
module from scipy with just minor modifications - it is quite
self-contained.
Now, only numpy is required.
2017-01-06 13:20:18 +01:00
Lorenz Hüdepohl
cd3c1d574e
Path: Helix taskpanel shows interdependencies of holes
...
Instead of a flat list of holes now a tree is shown, with the various
machining operations for the individual holes grouped together.
2017-01-04 20:11:49 +01:00
Lorenz Hüdepohl
72f9ec67e7
Path: Fix GUI race condition in helix task panel checkboxes
2016-12-31 00:02:22 +01:00
Lorenz Hüdepohl
32bcc0a579
Rebase onto current master
2016-12-30 22:47:47 +01:00
Lorenz Hüdepohl
2d6ea99035
PathHelix: Add GUI list with selected features
2016-12-30 22:47:47 +01:00
Lorenz Hüdepohl
6ad0a1f64b
PathHelix: "Cancel" and some logic in task panel
...
- "Cancel" now restores the original values as it should.
- The various mutually exclusive uses of UseStartDepth, UseFinalDepth
and ThroughDepth are now reflected in the GUI by grayed-out components
2016-12-30 22:47:47 +01:00
Lorenz Hüdepohl
00226a9c47
PathHelix: Fixes for clearance, non-aligned centers
...
The safe Z value was calculated with respect to the current hole, but
the tool should better be always retracted to the safe Z value with
respect to the first hole of a series of holes.
Another fix concerns the detection of holes-within-holes, previously it
was assumed that there the centers must align perfectly, this seems to
be the case only up to some numerical precision. Fixed by just allowing
any hole that is wholly contained in the first hole, even it is not
centered.
2016-12-30 22:47:47 +01:00
Lorenz Hüdepohl
20af62cb9e
PathHelix: Fix StartDepth and FinalDepth for recursive holes
...
These were previously only applied for the first and last operation,
respectively. Now whole operations can be skipped if they are completely
outside the specified range.
2016-12-30 22:47:47 +01:00
Lorenz Hüdepohl
cd651d1a42
A TaskPanel for PathHelix
2016-12-30 22:47:46 +01:00
Lorenz Hüdepohl
f025636a9c
HelixCut: A new Path command to make circular holes
2016-12-30 22:47:46 +01:00