Gauthier
5ea712f654
Fix forget to add new postprocessor grbl_G81 in CMakeLists
2018-12-14 08:52:35 -03:00
Gauthier
843d334874
First version of grbl_G81_post.py
2018-12-13 09:01:52 -03:00
kreso-t
0b6bd3c2ae
Path: Adaptive - bugfix
...
fix for path cleaning, related to uncleared regions
2018-12-11 09:10:08 -03:00
looooo
c2be67e812
py3: iteritems -> items, iterkeys -> keys
2018-12-08 11:27:22 -03:00
luz.paz
cfbfa9dc6b
Misc. typo, grammar, and whitespace fixes
...
[skip ci]
2018-11-27 15:02:58 -03:00
wmayer
cda4c96fa8
Replace Base::Exception with appropriate subclass
2018-11-14 17:47:43 +01:00
wmayer
4accbb257c
Fix scan coverity issues:
...
CID 184299: Null pointer dereferences (FORWARD_NULL)
CID 184297: Error handling issues (UNCAUGHT_EXCEPT)
CID 184296: Uninitialized members (UNINIT_CTOR)
CID 184292: Uninitialized members (UNINIT_CTOR)
2018-11-13 13:20:16 +01:00
Zheng, Lei
b6c0cf8ce5
Path.Area: minor optimization
2018-11-06 12:02:12 -03:00
Zheng, Lei
24aa185b3e
Path.Area: fix default parameter initialization
2018-11-06 12:02:12 -03:00
Markus Lampert
716298bf0c
Support for step down in deburr op.
2018-11-06 12:01:18 -03:00
Markus Lampert
9e0f0eeeb4
Enable op base feature pre-selection for multiple base models.
2018-11-06 12:01:18 -03:00
Markus Lampert
4ca516ee4d
Maintain stock bound box extension values across refreshs
2018-11-06 12:01:18 -03:00
Markus Lampert
ebb4a8cc31
Added tool controller to custom op
2018-11-04 14:50:04 -03:00
Markus Lampert
a4fb7b6c95
Also restore position of base op when dressup is deleted.
2018-11-04 14:50:04 -03:00
Markus Lampert
fe916e3b58
Insert dressups at the same position in the operations list as the parent op is/was
2018-11-04 14:50:04 -03:00
Markus Lampert
210576f53e
Moved Deburr out of experimental features.
2018-11-04 14:50:04 -03:00
pekkaroi
cf578c8899
Path: PathSurface task panel update
2018-11-04 14:49:21 -03:00
pekkaroi
f25db4278d
generalized optimization algorithm
2018-11-04 14:49:21 -03:00
pekkaroi
14df76cbc2
Path: Optimize output of OCL dropcutter algo.
2018-11-04 14:49:21 -03:00
kreso-t
2e1524bc15
Path: Adaptive - set as standard feature
...
- i.e. removed from experimental features
2018-10-29 23:29:08 +01:00
kreso-t
4032bd302a
Path: Adaptive - fix for path cleaning
...
- fix for side-effect introduced by last change
(completely collinear paths were filtered out)
2018-10-29 23:29:08 +01:00
kreso-t
9d60ced83d
Path: Adaptive - finishing path improvements
...
- fixed bug in path cleaning (artifacts on the finish path)
- increased path discretization resolution
2018-10-29 10:28:54 -03:00
Yorik van Havre
ce0f871cba
py3 compatibility fixes
2018-10-27 16:04:51 -03:00
luz.paz
7e221ab15d
Misc. typos and whitespace fixes
...
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ../fc-word-whitelist.txt` and `grep`
2018-10-25 11:06:28 -03:00
pekkaroi
fbb0039774
PATH Fix bug on finding minimum Z on DressupRampEntry
2018-10-25 11:02:02 -03:00
kreso-t
fbdbf65f4e
Path: Adaptive - finish depth option added
...
implemented the same way as in other path area operations
reusing the PathUtils.depth_params class
2018-10-22 15:41:18 -03:00
luz.paz
ce91b1f766
Misc. typo fix
...
Found via `codespell`
2018-10-11 16:21:28 -04:00
Markus Lampert
e98a7d47e7
Added comment about the correctness of cloning a clone - lest I not attempt to /fix/ it again
2018-10-05 11:30:45 +02:00
Markus Lampert
a68bc0612d
Changed view providers to use Gui.Document.setEdit to start the editor for a new object.
2018-10-05 11:30:45 +02:00
kreso-t
b8c030066b
Path: Adaptive - adjustments to path smoothing
2018-10-04 16:23:20 +02:00
markus
701075e49f
Fixed context menu for PathIconViewProvider
2018-10-03 16:49:26 +02:00
markus
cbd7f3e3fa
Fixed path model double click
2018-10-03 16:49:19 +02:00
Markus Lampert
b09b62b672
Fixed path tool controller context menu
2018-10-02 09:42:52 -03:00
Markus Lampert
cf6dfd0ed4
Cleaned up path op context menu
2018-10-02 09:42:52 -03:00
Markus Lampert
7e3435053d
Fixed model edit
2018-10-02 09:42:52 -03:00
Markus Lampert
bc72303d66
Fixed support for objects in the tree without a Proxy
2018-10-02 09:42:52 -03:00
Markus Lampert
c23f800bc8
Fixed context menu for PathJob
2018-10-02 09:42:52 -03:00
Markus Lampert
604dc32f63
Fixed PathSetupSheet task panel and added doc strings to the UI.
2018-10-02 09:42:52 -03:00
Markus Lampert
4744b55903
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
kreso-t
90315b3752
Path: Adaptive - Small adjustment to link path cleaning
2018-09-29 18:12:45 +02:00
kreso-t
c4c9ce85e4
Path: Adaptive - small performance improvement
...
- related to linking path smoothing
2018-09-29 18:12:28 +02:00
kreso-t
51f1cabadb
Path: Adaptive - improvements and bug fixes
...
- more accurate path smoothing
- fix for missing helix lead-in in some cases
- fix for cleaning of helix center point
- increased max allowed step-over to 75%
2018-09-29 18:12:09 +02:00
kreso-t
cdbb902ae8
Fix for crash on windows env.
2018-09-26 17:05:29 +02:00
kreso-t
e6abbef296
Path: Adaptive - small improvement
...
- tendency to join cuts when possible
2018-09-26 17:05:05 +02:00
Zheng, Lei
1b4ff49d3a
Path.Area: fix offset pocket mode
2018-09-26 17:02:36 +02:00
kreso-t
f24b838b57
Path: Adaptive - enhancements and bug fixes
...
- more accurate path cleaning
- fix for uncleared area remaining
- linking paths smoothing
2018-09-23 10:45:45 +02:00
kreso-t
2104222f45
Path: Adaptive - fix for profiling operation
...
- improved handling for sharp corners for profiling op.
2018-09-19 18:29:18 +02:00
kreso-t
214b45a180
Path: Adaptive - enhancements and bug fixes
...
- cleanup & spelling corrections
- lead-in/lead-out improvements
- safer transition of linking path into lead-in/cut
- self-intersection check for keep tool down path
- additional perf. optimisations by parameter tuning
2018-09-19 18:28:48 +02:00
wmayer
5df6090150
Make destructors of all generated Py class protected
...
This is to avoid to create an object on the stack and thus to clutter Python's reference counting mechanism
2018-09-19 18:22:22 +02:00
luz.paz
360e581672
Misc. typo and whitespace fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964
along with other misc. fixes
2018-09-19 17:26:03 +02:00