Markus Lampert
23f88c5d85
Fixed 2885, dogbone maintaining F parameter.
2018-01-22 19:40:50 +01:00
Markus Lampert
8a39ddf884
Fixed recursion problem
2018-01-22 19:40:50 +01:00
Markus Lampert
e4e5d4e5f5
Fixed path unit test setup for new PathDressup
2018-01-22 19:40:50 +01:00
Markus Lampert
55268a06f4
Changed lead-in-out dressup to use PathDressup.baseOp() instead of relying that it is dressing up an op directly.
2018-01-22 19:40:50 +01:00
Markus Lampert
c3f03d3696
Removed ToolController from all dressups and replaced with recursive search for the base op's ToolController.
2018-01-22 19:40:50 +01:00
Markus Lampert
69c1acd391
Prevent adding an entry method dressup to an op that's already has one.
2018-01-22 19:40:50 +01:00
Markus Lampert
8511597a4c
Made dogbone resilient to all dressups and profiles.
2018-01-22 19:40:50 +01:00
Markus Lampert
4b0d6c6889
Fixed import of PathGeom - might want to refactor that one day.
2018-01-22 19:40:50 +01:00
Markus Lampert
a4fe22062d
Fixed template-export menu activation.
2018-01-22 19:40:50 +01:00
Yorik van Havre
ff467dcb4f
Path: Fixed possible bug in last commit
2018-01-21 17:48:16 -02:00
Sammel Lothar LTS
6bddaf6eb2
BUGFix PATH Dressup Sim FreeCADBreakdown
2018-01-21 17:43:27 -02:00
sliptonic
f6825a2686
Path: changed --output-doubles to --axis-modal and reversed the default behavior
...
Explicit gcode is better than implicit so it is the default. additional flags compress the size of the output and make it less explicity
2018-01-20 14:09:58 +01:00
sliptonic
9b43affd80
Path: typo in command name
2018-01-20 14:09:58 +01:00
sliptonic
b965a829c8
rename command and PEP8
2018-01-20 14:09:58 +01:00
sliptonic
15cbbcd241
Path New Dressup LeadInOut to perform Tool Roll towards shape including G41-42
2018-01-20 14:09:58 +01:00
sliptonic
4fb676e4b0
path: cleanup linuxcnc post and fix vertical feed problem
2018-01-20 14:09:58 +01:00
sliptonic
d7f5d7fbc3
Merge pull request #7 from luzpaz/path-source-typo
...
Path: source typo fix
2018-01-16 00:35:28 -06:00
sliptonic
ae2a4e647d
Path: rename Set_StartPoint to conform to command name standard
...
PEP8
2018-01-16 00:32:35 -06:00
sliptonic
12e6533df4
Path: rename dressup commands to conform to standard
...
PEP8 cleanup
2018-01-16 00:32:35 -06:00
luz.paz
2009f9a611
Path: source typo fix
2018-01-15 21:05:03 -05:00
looooo
f3b32da633
PathScripts: py3 print
...
Draft: typo in importDXF.py
2018-01-14 22:29:25 +01:00
luz.paz
bbfbb0e7d3
Misc. comment typos
2018-01-14 12:11:35 -02:00
Yorik van Havre
fb8875df08
Path: Indicate fromShape as deprecated - issue #2786
2018-01-12 17:06:30 -02:00
Daniel Wood
0866e1a59f
Added flycutter option to the tool edit ui.
2018-01-11 11:20:02 -02:00
Sammel Lothar LTS
b6304d16a7
Fix Path Keep View and Sim in Sync,typo Linuxcnc_post
2018-01-09 16:46:12 -02:00
luz.paz
a35dd3feea
Typos
...
The stepcode typos aren't to be found upstream. Recomend we merge nonetheless.
2018-01-08 21:07:00 +01:00
Markus Lampert
d13d0bddff
Expose getUserMacroDir to python and use in preferences.
2018-01-07 20:16:49 -08:00
sliptonic
2c69b79c15
path: fix help message typo
2018-01-07 18:43:16 -02:00
sliptonic
9c4120df7e
fixes from IchGucksLive for drilling simulation. Tweaks to linuxcnc post
2018-01-07 18:43:16 -02:00
luz.paz
2b95227ed7
Path: typos
2018-01-07 18:43:16 -02:00
luzpaz
f69b789034
Path: typos
2018-01-07 18:43:16 -02:00
wmayer
1950bd1512
fix assertPlacement for unit tests
...
do not explicitly check for angles as they can be quite different for even identical quaternions
2018-01-01 17:48:05 +01:00
Zheng, Lei
b6bbc57d08
Path.Area: fix wire join function
...
This affects open wire operations
2017-12-23 14:36:20 +01:00
sliptonic
c093c59416
fixes #3284
...
path direction if useComp is false
2017-12-23 14:34:46 +01:00
Markus Lampert
b71eb845fa
Fixed initial step down value.
2017-12-23 14:33:20 +01:00
Unknown
3df389f5f2
PATH: typo fixes
2017-12-23 14:27:25 +01:00
Zheng, Lei
517ae4dd79
Path.Area: improve code readability
...
Fix Coverity CID 169508
2017-12-13 12:40:13 +01:00
Unknown
c8c9b76f43
Misc. typos
2017-12-06 20:59:55 +01:00
Mateusz Skowroński
23cdde88e0
Fix some GCC 7 warnings:
...
* dynamic exception specifications are deprecated [-Wdeprecated]
* this statement may fall through [-Wimplicit-fallthrough=]
2017-12-05 17:22:00 +01:00
Markus Lampert
d2c307a1d2
Fixed StepDown value by removing special handling of legacy behaviour.
2017-12-05 16:34:19 +01:00
Markus Lampert
feeab3ce8c
Remove automatic base features if OP was created with selected faces.
2017-12-04 01:40:24 -08:00
Markus Lampert
5f7faa25af
Fixed hole detection for bottom faces.
2017-12-04 01:39:25 -08:00
Markus Lampert
fc5077f413
Fixed direct editing of point in GetPoint dialog.
2017-12-03 16:32:25 -08:00
Markus Lampert
25e92ca25b
Added circular faces to drillable targets.
2017-12-03 15:08:20 -08:00
Markus Lampert
04ea26a66a
Fix for missing base class initialisation during creation.
2017-12-02 11:06:45 -08:00
Unknown
3d9ecab346
SVG cleanup: remove all redundant <dc:title> content
...
Removed duplicate mentions of `[agryson] Alexander Gryson`
2017-12-02 14:02:14 +01:00
Zheng, Lei
b640b9865b
libarea: improve arc fit
2017-11-30 12:04:25 +08:00
Zheng, Lei
7249365823
libarea: disable max arc points parameter
...
It is soly used to limit excessive arc accuracy used by ClipperLib, and
seems to have some negative effect. We disabled it here, and simply rely
on user to choose a sensible arc 'accuracy' parameter.
2017-11-30 11:59:10 +08:00
Markus Lampert
8b3755ee35
removed example and dumper from deployment
2017-11-29 21:45:41 +01:00
Markus Lampert
0b629e67dd
Clarified tooltip
2017-11-29 21:45:41 +01:00