Chris Hennes
6c9be93378
Update translations
2023-09-29 22:57:37 -05:00
Damien Miller
b24ec0d4fa
regress test for G43 in centroid post
...
Since the centroid post now support --no-tlo, we can test that
too.
2023-09-29 17:46:28 +10:00
LarryWoestman
d534115c19
Path: Major refactoring of the export_common function.
...
Minor refactors to parse_a_path.
Removed "message" command handling.
2023-09-28 15:30:55 -07:00
jffmichi
55921c81a9
Path: fix LeadInOutDressup incorrectly treating missing axis words as being 0
2023-09-28 21:10:21 +02:00
Damien Miller
43fcccf75f
Add G43 tool height compensation to centroid post
...
This adds G43 tool height compensation to the centroid CAM post-processor using
a similar approach to the G43 support in the MACH3 post.
Specifically, G43 is emitted at every tool change by default and a new
`--no-tlo` post argument can restore the old behaviour of no height
compensation being emitted. These both match how the MACH3 post does it.
2023-09-28 23:56:50 +10:00
liukaiwen
329904a055
[cmake] some definitions do not matter build now
2023-09-27 18:17:14 +08:00
AgCaliva
a4e90b2609
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-09-25 22:58:23 -03:00
sliptonic
f23caf4d5c
Merge pull request #10800 from Syres916/Sanity_FollowUp
...
[Path] Sanity Follow up improvements...
2023-09-25 14:19:50 -05:00
sliptonic
23965d6cf5
Merge pull request #10789 from haraldhartmann/PathAddEstlcamPP-patch-2
...
Path: refactor Utils imports in estlcam_post.py
2023-09-25 10:36:18 -05:00
sliptonic
f6ed2c28c0
Merge pull request #10792 from jffmichi/fix_leadinoutdressup
...
Path: fix LeadInOutDressup throwing an exception due to floating poin…
2023-09-25 10:34:17 -05:00
Syres916
6309aac3e5
[Path] Sanity fixed another bug found in testing
2023-09-25 14:18:38 +01:00
Syres916
5cf4626b4d
[Path] Sanity fix based on user feedback and further testing...
...
...of stacked substitutions and static folder paths.
2023-09-25 13:25:05 +01:00
Syres916
e554af5aca
[Path] Fix multiple substitutions
2023-09-25 08:27:20 +01:00
Syres916
d59e192b9a
[Path] Sanity Follow up improvements...
...
... and removal of remaining asciidoc generating code
2023-09-24 17:23:23 +01:00
wmayer
ef9936a940
App: fixes #10460 : App::PropertyPythonObject is not saving data
...
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
jffmichi
605edaefdc
Path: fix LeadInOutDressup throwing an exception due to floating point inaccuracy when comparing z-positions
2023-09-24 03:13:28 +02:00
Harald Hartmann
9b8e01b9eb
fix #10396 - refactor Utils imports
2023-09-23 22:05:36 +02:00
Chris Hennes
3f3ab1ae15
Update translations
2023-09-19 22:25:14 -05:00
AgCaliva
64f60721a9
merge master via cli
2023-09-16 02:12:58 -03:00
sliptonic
5ca198e182
Merge pull request #10654 from Syres916/Sanity_Html_Self_Generating
...
[Path] Improve Sanity to generate html output without...
2023-09-14 08:44:09 -05:00
Syres916
74dc164de9
[Path] Improve Sanity to generate html output without... ( #5 )
...
...the need for dependences.
2023-09-11 18:24:57 +01:00
Chris Hennes
0bc6870618
Update translations ( #10613 )
...
* Update translations
* Start: Remove Start.ts
2023-09-10 13:06:26 -05:00
AgCaliva
5fc6726feb
fixing DOMDocument redefinition on windows
2023-09-09 04:58:38 -03:00
Steve Corwin
eee65c37f0
Path: helix toolpath was not allowing Extra Offset values that it should ( #10157 , #10336 )
2023-08-29 13:43:11 -07:00
kaktus Jacek
ddc6c2a1a0
Cleaning code from unnecessary strings generated to Crowdin 4 ( #10426 )
...
Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
2023-08-29 12:57:26 -05:00
Chris Hennes
40f130643a
Update translations
2023-08-29 07:38:09 -05:00
kaktus Jacek
cde1a9bcb9
Cleaning code from unnecessary strings generated to Crowdin 2 ( #10416 )
...
Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
2023-08-28 22:08:14 -05:00
sliptonic
e0ddc0f5e6
Merge pull request #8443 from LarryWoestman/staging
...
Path: Now can set parameter_functions from a postprocessor file.
2023-08-28 11:21:16 -05:00
sliptonic
9742f8492b
Merge pull request #10318 from davidgilkaufman/rampCircleBug
...
[Path] Fix bug where ramp dressup makes big circles
2023-08-28 10:45:17 -05:00
Chris Hennes
3d8ec230f8
Merge pull request #10365 from chennes/wrapPyArgParseWithKeywords
...
Wrap PyArg_ParseTupleWithKeywords
2023-08-27 10:23:31 -05:00
kaktus Jacek
b6db25c2d2
Cleaning code from unnecessary strings generated to Crowdin. ( #10385 )
...
Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
2023-08-27 10:08:11 -05:00
Chris Hennes
d2e51218c8
Path: Wrap PyArg_ParseTupleAndKeywords
2023-08-25 15:34:26 -05:00
LarryWoestman
520c7d5a75
Path: Added a change based on feedback.
2023-08-22 13:28:09 -07:00
LarryWoestman
12699d8db8
Path: Now can set parameter_functions from a postprocessor file.
2023-08-22 13:28:09 -07:00
David Kaufman
de056cd7b0
[Path] Fix bug where ramp dressup makes big circles
2023-08-22 12:08:13 -04:00
sliptonic
141dd99d80
Merge pull request #10033 from jffmichi/fix_flipedge
...
[Path] fix flipEdge not taking into account FirstParameter and LastParameter…
2023-08-21 16:12:56 -05:00
sliptonic
e15a389681
Merge pull request #10179 from davidgilkaufman/rampNestedDressup
...
[Path] Make RampDressup accept other dressups as its base operation
2023-08-21 14:08:57 -05:00
sliptonic
b04f278a41
Merge pull request #9782 from davidgilkaufman/restMachining
...
Rest Machining for Path and Path3D Operations
2023-08-21 11:13:01 -05:00
sliptonic
e67820d33b
fixes #10113
...
packaging.version.parse() will raise InvalidVersion in some cases but the error isn't caught.
2023-08-18 11:16:44 -05:00
Chris Hennes
bac14e81f7
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
Chris Hennes
58cf9f3212
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
sliptonic
9de8c16d1a
Merge pull request #10214 from haraldhartmann/PathAddEstlcamPP-patch-1
...
Path: add estlcam_post.py to CMakeList.txt
2023-08-16 10:44:13 -05:00
Jonas Bähr
34b176c1db
Remove C++ escaping from *Py.xml templates
...
Now all escaping required for the C++ code generation is done when the
.cpp/.h files are generated. Previously, only newlines were escaped
automatically. This was a) inconsistent and b) leaked c++ details into
the xml data.
In addition, the escaping is now done in one central place, harmonizing
the three previous implementations.
Pre-existing c++ escape sequences in the XML files have been replaced by
their literal equivalent so that the resulting python doc sting remains
unchanged.
2023-08-16 13:17:25 +02:00
Harald Hartmann
65444bf3ce
add estlcam_post.py
2023-08-13 17:31:03 +02:00
David Kaufman
29f80b723a
[Path] Make RampDressup accept other dressups as its base operation
2023-08-11 21:58:59 -04:00
jffmichi
eb595ac3ce
add unit test for flipEdge with FirstParameter and LastParameter
2023-08-10 01:17:36 +02:00
Roy-043
df95050687
Merge branch 'master' into Path-Avoid-dictionary.keys()-if-possible
2023-08-09 08:22:46 +02:00
Chris Hennes
3bad74fe7d
Update translations
2023-08-08 17:52:59 -06:00
wmayer
40a9f47489
Path: make export macro accessible in header file
...
It's not recommended any more to keep the export macro in the PreCompiled.h because many IDEs fail to fetch the export macro and raise a parsing error instead.
2023-08-08 17:27:28 +02:00
Roy-043
393661077d
Path: Avoid dictionary.keys() if possible
2023-08-08 15:56:22 +02:00