Markus Lampert
1704f42fb4
Cleanup marker after deleting them
2021-03-17 20:06:01 -07:00
Markus Lampert
c343533604
Added visualisation for dogbones during editing
2021-03-17 19:46:51 -07:00
Markus Lampert
fb49fb2470
Dogbone resiliency against noop moves
2021-03-15 22:39:27 -07:00
Markus Lampert
ef6d526bc3
Dogbone resiliency against comments between moves
2021-03-15 22:39:18 -07:00
Markus Lampert
35efc4ec4d
Don't insert dogbone between two straight segments
2021-03-15 22:39:09 -07:00
Markus Lampert
501524e1dc
Disable stock/model linking by default
2021-03-14 19:33:45 -07:00
Markus Lampert
2f2ea4c9d4
Fixed race condition in deleting job when cancelling its task panel
2021-03-14 18:33:22 -07:00
Markus Lampert
2ffa5be3fa
Fixed aligning path model along an axis.
2021-03-14 18:23:49 -07:00
sliptonic
4092c97bac
Merge pull request #4573 from Russ4262/fix_pocketshape_warning_msg
...
[Path] PocketShape: Remove 'verify final depth' warning
2021-03-13 11:54:05 -06:00
Russell Johnson
bd6c8324ab
Path: Fix connected multi-face clearing bug
...
Identified by MLampert. If multiple faces are selected at varying Z-heights, the `combineConnectedShapes()` method fails to connect them due to offset Z-heights. This fix places all input faces for that method into the same working plane.
2021-03-13 11:34:35 -06:00
sliptonic
c1b471588b
[PATH] Fix bug with spindle not restarting
...
if output is split by operation spindle should restart when next file is loaded
2021-03-12 13:12:09 -06:00
Russell Johnson
c087c18fbe
Path: Remove 'verify final depth' warning
2021-03-06 11:44:06 -06:00
sliptonic
a6fd02cb04
Fix whitespace error
2021-02-23 19:14:49 -06:00
sliptonic
fa5dc51491
fix trailing whitespace
2021-02-23 19:12:25 -06:00
sliptonic
315d4a8026
fix bad string formatting
2021-02-23 19:06:08 -06:00
sliptonic
b2283c5430
Make string less ambiguous
2021-02-23 19:03:18 -06:00
sliptonic
85bd1bf639
typo in string
2021-02-23 19:01:29 -06:00
sliptonic
f7c50a4d75
fix string formatting
2021-02-23 18:59:04 -06:00
Patrick F
6974ef8b9e
[PATH] offsetWire bugfixes
2021-02-21 02:56:14 +01:00
sliptonic
20d513cd66
Merge pull request #4484 from Russ4262/fix_profile_feature_filter
...
[Path] Fixes for Profile operation [0.19]
2021-02-20 17:27:00 -06:00
sliptonic
2940953470
Merge pull request #4497 from sliptonic/bug/adaptiveuseoutlineprop
...
[PATH] Small fixes to Adaptive op and Heidenhain post processor
2021-02-20 17:15:45 -06:00
Russell Johnson
2b35419e55
Path: LGTM cleanup
2021-02-20 12:32:25 -06:00
Russell Johnson
a961fbee86
Path: Remove unnecessary line return
2021-02-20 12:32:25 -06:00
Russell Johnson
1b3205de20
Path: Add error for incorrect open-edge usage
...
When profiling open edges, the user must currently select a top edge and then set the Final Depth manually to a value below the selected edge(s).
This fix provides the user with feedback for the empty path generated.
2021-02-20 12:32:25 -06:00
Russell Johnson
215967fe78
Path: Catch error if ofstShape has no Area attribute
2021-02-20 12:32:25 -06:00
Russell Johnson
2b4158addc
Path: Fix incorrect empty data type return
2021-02-20 12:32:25 -06:00
Russell Johnson
8e234290ef
Path: Catch openEdges error if None
2021-02-20 12:32:25 -06:00
Russell Johnson
b3fc4fcf17
Path: Fix spacing typo
2021-02-20 12:32:25 -06:00
Russell Johnson
d7483f6e85
Path: Fix range() input type per gcc-7 build
2021-02-20 12:32:25 -06:00
Russell Johnson
3a10ed5f27
Path: Fix feature selection and handling
...
Fix error when working with selections containing edges and faces. This fix effectively processes edges and only passes faces on to next processing step. This simplifies the code a bit and changes some `obj.Base` references to `otherBase` to improve readability.
Path: Improve `obj.Base` reading and processing
`obj.Base` is first read in `self._processEdges()`. All edges are identified and processed there. Remaining features are saved in `remainingObjBaseFeatures` to be processed in the next section of the Profile code.
Path: Change `if` to `elif`
2021-02-20 12:32:25 -06:00
Russell Johnson
91dd729d4e
Path: Fix error for undefined profileshape variable
2021-02-20 12:32:25 -06:00
Russell Johnson
8f4f304635
Path: Fix open-edge profiling for micro bit usage
2021-02-20 12:32:25 -06:00
Russell Johnson
45dab6b589
Path: Change HandleMultipleFeatures default value to Collectively
...
This fixes error when attempting to profile loop of vertical faces, thus maintaining original Profile Faces behavior by default for vertical looped face set.
2021-02-20 12:32:25 -06:00
Russell Johnson
0b9a160331
Path: Apply LazyLoader for DraftGeomUtils module
2021-02-20 12:32:25 -06:00
sliptonic
6359d83836
Merge pull request #4454 from lag-linaro/master
...
PathToolBitLibraryGui: Fix LinuxCNC tool table format
2021-02-20 11:54:51 -06:00
Stefano Chiaro
d9ed0191d8
Update src/Mod/Path/PathScripts/post/heidenhain_post.py
...
Co-authored-by: Benjamin Nauck <benjamin@nauck.se >
2021-02-20 11:37:08 -06:00
Stefano Chiaro
ca06ab24a5
Update heidenhain_post.py
...
fixed pol_Angle
2021-02-20 11:37:08 -06:00
sliptonic
6238f0e88a
Pep8 cleanup
2021-02-20 11:37:08 -06:00
sliptonic
0a9bf1c5f0
Add useoutline property to op if doesn't exist
2021-02-20 11:37:08 -06:00
sliptonic
2e1c00e4fe
add back translation string
2021-02-19 17:50:56 -06:00
sliptonic
7c2962e119
Fix unit test with property name sanitize.
2021-02-17 18:39:15 -06:00
sliptonic
097b2c982e
Fixes #4555
2021-02-17 17:21:50 -06:00
sliptonic
f369260452
fix lgtm error
2021-02-17 17:21:50 -06:00
sliptonic
af721d6f08
fix typos
2021-02-17 17:20:19 -06:00
sliptonic
b7eac5df49
fix #4572
2021-02-17 17:20:19 -06:00
sliptonic
90b8a7b45a
remove deprecated preference setting
2021-02-17 17:20:19 -06:00
sliptonic
87b6a42f13
Merge pull request #4440 from mlampert/bugfix/path-invalid-base-geometry-robustness
...
[Path]: bugfix/invalid base geometry robustness
2021-02-16 09:27:06 -06:00
sliptonic
61824e80f3
Update PathOp.py
...
fix typo
2021-02-16 09:25:59 -06:00
mlampert
eae5826d93
Merge branch 'master' into bugfix/toolbit-properties-alignment
2021-02-15 16:03:28 -08:00
mlampert
04fb966d69
Merge branch 'master' into bugfix/path-invalid-base-geometry-robustness
2021-02-15 16:01:48 -08:00