Markus Lampert
d538e88815
Prevent adding an entry method dressup to an op that's already has one.
2018-01-22 19:40:50 +01:00
Markus Lampert
d1fa0d1d37
Made dogbone resilient to all dressups and profiles.
2018-01-22 19:40:50 +01:00
Markus Lampert
0b48c98792
Fixed import of PathGeom - might want to refactor that one day.
2018-01-22 19:40:50 +01:00
Markus Lampert
e96e32580e
Fixed template-export menu activation.
2018-01-22 19:40:50 +01:00
Yorik van Havre
6bd5523987
Path: Fixed possible bug in last commit
2018-01-21 17:48:16 -02:00
Sammel Lothar LTS
a23f891420
BUGFix PATH Dressup Sim FreeCADBreakdown
2018-01-21 17:43:27 -02:00
sliptonic
2375a95afd
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
d1f194c7ab
Path: typo in command name
2018-01-20 14:09:58 +01:00
sliptonic
37aa7d6b81
rename command and PEP8
2018-01-20 14:09:58 +01:00
sliptonic
7559c8f57c
Path New Dressup LeadInOut to perform Tool Roll towards shape including G41-42
2018-01-20 14:09:58 +01:00
sliptonic
4ae2cf53c7
path: cleanup linuxcnc post and fix vertical feed problem
2018-01-20 14:09:58 +01:00
sliptonic
99d6fac187
Merge pull request #7 from luzpaz/path-source-typo
...
Path: source typo fix
2018-01-16 00:35:28 -06:00
sliptonic
2814b4600a
Path: rename Set_StartPoint to conform to command name standard
...
PEP8
2018-01-16 00:32:35 -06:00
sliptonic
15c62d3685
Path: rename dressup commands to conform to standard
...
PEP8 cleanup
2018-01-16 00:32:35 -06:00
luz.paz
c53f8bbc15
Path: source typo fix
2018-01-15 21:05:03 -05:00
looooo
71072b0738
PathScripts: py3 print
...
Draft: typo in importDXF.py
2018-01-14 22:29:25 +01:00
luz.paz
327957110a
Misc. comment typos
2018-01-14 12:11:35 -02:00
Yorik van Havre
f60c5203fc
Path: Indicate fromShape as deprecated - issue #2786
2018-01-12 17:06:30 -02:00
Daniel Wood
b6296395e2
Added flycutter option to the tool edit ui.
2018-01-11 11:20:02 -02:00
Sammel Lothar LTS
efaabab154
Fix Path Keep View and Sim in Sync,typo Linuxcnc_post
2018-01-09 16:46:12 -02:00
luz.paz
504f6583dd
Typos
...
The stepcode typos aren't to be found upstream. Recomend we merge nonetheless.
2018-01-08 21:07:00 +01:00
Markus Lampert
bbb313559f
Expose getUserMacroDir to python and use in preferences.
2018-01-07 20:16:49 -08:00
sliptonic
9cc7cf05ec
path: fix help message typo
2018-01-07 18:43:16 -02:00
sliptonic
5bca294d16
fixes from IchGucksLive for drilling simulation. Tweaks to linuxcnc post
2018-01-07 18:43:16 -02:00
luz.paz
0c54e0dc3a
Path: typos
2018-01-07 18:43:16 -02:00
luzpaz
47cbc42de0
Path: typos
2018-01-07 18:43:16 -02:00
wmayer
1494addfcb
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
4a7cb47848
Path.Area: fix wire join function
...
This affects open wire operations
2017-12-23 14:36:20 +01:00
sliptonic
e80389fc2f
fixes #3284
...
path direction if useComp is false
2017-12-23 14:34:46 +01:00
Markus Lampert
3b2f5ff0af
Fixed initial step down value.
2017-12-23 14:33:20 +01:00
Unknown
f92d63008e
PATH: typo fixes
2017-12-23 14:27:25 +01:00
Zheng, Lei
3eba89df13
Path.Area: improve code readability
...
Fix Coverity CID 169508
2017-12-13 12:40:13 +01:00
Unknown
f5146508bb
Misc. typos
2017-12-06 20:59:55 +01:00
Mateusz Skowroński
dee8769d0e
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
95d37dc733
Fixed StepDown value by removing special handling of legacy behaviour.
2017-12-05 16:34:19 +01:00
Markus Lampert
191752b262
Remove automatic base features if OP was created with selected faces.
2017-12-04 01:40:24 -08:00
Markus Lampert
fdea03a594
Fixed hole detection for bottom faces.
2017-12-04 01:39:25 -08:00
Markus Lampert
4f785cdd37
Fixed direct editing of point in GetPoint dialog.
2017-12-03 16:32:25 -08:00
Markus Lampert
5ab86fa33c
Added circular faces to drillable targets.
2017-12-03 15:08:20 -08:00
Markus Lampert
9788cf047f
Fix for missing base class initialisation during creation.
2017-12-02 11:06:45 -08:00
Unknown
198ba0a123
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
2a205a160b
libarea: improve arc fit
2017-11-30 12:04:25 +08:00
Zheng, Lei
dbf27dd575
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
0c6698ad47
removed example and dumper from deployment
2017-11-29 21:45:41 +01:00
Markus Lampert
f6acfbb152
Clarified tooltip
2017-11-29 21:45:41 +01:00
Markus Lampert
ac61d5d734
Fixed tooltip still refering to xml instead of json.
2017-11-29 21:45:41 +01:00
Markus Lampert
5ff9f0fa26
Added template export to Path menu, rearranged layout a bit for better consistency.
2017-11-29 21:45:41 +01:00
pekkaroi
b210eccf09
Path: Allow adjusting of feed rate in DressupRampEntry
2017-11-28 19:17:41 +01:00
Zheng, Lei
7d0e0289bf
Path.Area: honour 'from_center' in offset pocket mode
2017-11-28 12:40:19 -02:00
Markus Lampert
1b4f5d5ec4
Fixed selection guard removal after exception.
2017-11-28 12:39:02 -02:00