Chris Hennes
583e27e8af
Merge branch 'main' into modernize-type-check
2023-10-25 16:07:28 -05:00
sliptonic
7b71c37e0e
Merge pull request #11108 from jffmichi/fix_profile_open_edge_direction
...
Path: fix Profile open edges not respecting selected cutting direction
2023-10-23 18:25:03 -05:00
Florian Foinant-Willig
1c1d1bd338
Path: modernize type checking
2023-10-23 18:07:23 +02:00
Adrian Insaurralde Avalos
738938d9ed
Migrate away from deprecated distutils python package where possible
2023-10-23 10:51:50 -05:00
LarryWoestman
501b1cdebd
Path: Split up TestRefactoredTestPost.py; fixed lint errors.
2023-10-22 14:08:17 -07:00
jffmichi
e54b9d9895
Path: fix Profile open edges not respecting selected cutting direction
2023-10-20 02:40:51 +02:00
sliptonic
6c1c25b24a
Merge pull request #11061 from Ondsel-Development/zcorrectFix
...
Add F-word to output on zcorrect dressup
2023-10-16 13:40:18 -05:00
Victor Predko
e1206a3fac
File formats: Uppercase file types when importing a file. ( #10977 )
...
* Added uppercase extensions for supported formats
In the file App\Application.cpp
* Added file types in upper case
* Adds uppercase file types to the file import filter.
Fixes #10879
* Added filter for *.fcmacro *.fcscript
2023-10-16 14:40:46 -03:00
atlast-50
5f19a9db7b
Gui: Rename forumula to expression + add hotkey to expression tooltip
...
Fixes #10601
2023-10-16 18:03:10 +02:00
sliptonic
7535ec1f55
Fixes #10928
...
Add F-word to output on zcorrect dressup
2023-10-16 10:28:56 -05:00
sliptonic
804970944c
Merge pull request #10953 from jffmichi/rework_leadinoutdressup
...
Path: rework LeadInOutDressup
2023-10-16 09:14:13 -05:00
sliptonic
6adbfff11b
Merge pull request #10914 from LarryWoestman/staging
...
Path: Added type annotations along with some refactoring.
2023-10-16 08:04:43 -05:00
sliptonic
9b682bf921
Merge pull request #10915 from xtemp09/path-fix2
...
[Path] Prevent division by zero
2023-10-12 07:11:25 -05:00
LarryWoestman
39bf5dc342
Path: Added type annotations along with some refactoring.
2023-10-10 14:04:54 -07:00
wmayer
d305f306df
Core: Revert superfluous changes made with PR #9521
2023-10-09 15:06:45 +02:00
jffmichi
ba94502a0c
Path: fix LeadInOutDressup task panel showing wrong values on certain locales
2023-10-06 05:54:30 +02:00
jffmichi
43ebc1e6a3
Path: use helper functions from Utils.py instead of directly accessing obj.Base in dressups
2023-10-06 05:54:30 +02:00
jffmichi
aec49039ba
Path: rework LeadInOutDressup
2023-10-06 05:54:30 +02:00
AgCaliva
3ac69993c0
merge master via cli
2023-10-04 13:28:48 -03:00
xtemp09
eff8b9a419
[Path] Prevent division by zero
...
Closes #8102 .
2023-10-03 13:07:52 +07:00
Chris Hennes
8595b07b76
Merge pull request #10844 from ppphp/remove_redundant_definition
...
[cmake] some definitions do not matter now
2023-10-02 14:20:49 -05:00
sliptonic
ce585f4344
Revert "Add G43 tool height compensation to centroid post"
2023-10-02 12:12:37 -05:00
sliptonic
e270f69846
Merge pull request #10509 from LarryWoestman/staging
...
Path: Major refactoring of the export_common function.
2023-10-02 11:26:24 -05:00
sliptonic
c242a67793
Merge pull request #10857 from djmdjm/centroid-g43
...
Add G43 tool height compensation to centroid post
2023-10-02 10:33:36 -05:00
sliptonic
e5c844d796
Merge pull request #10835 from wwmayer/path_fix_warnings
...
Path: fix compiler warnings
2023-10-02 10:30:58 -05:00
sliptonic
25bf7555d9
Merge pull request #10859 from jffmichi/fix_leadinoutdressup
...
Path: fix LeadInOutDressup incorrectly treating missing axis words as…
2023-10-02 10:14:45 -05:00
liukaiwen
721b991b1c
Merge remote-tracking branch 'origin/master' into remove_redundant_definition
2023-10-02 01:42:37 +08:00
wmayer
98a60cd192
Path: fix -Wunused-parameter
...
Several methods declare to support keyword arguments but then don't use them
2023-09-30 22:32:01 +02:00
wmayer
b6fb5206db
Path: fix -Wunused-but-set-variable
2023-09-30 22:31:46 +02:00
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