Commit Graph

3636 Commits

Author SHA1 Message Date
luzpaz
a3e41c07e8 Fix source comment and documentation typos
[skip ci]
2023-02-17 08:32:03 -06:00
Yorik van Havre
0566d90cc5 merged crowdin translations 2023-02-13 15:45:26 +01:00
sliptonic
5c2955cb42 Merge pull request #8307 from LarryWoestman/staging
Path:  Refactored the add_parameters function into individual functions.
2023-02-10 00:37:09 +01:00
Yorik van Havre
d8b0e64e14 Merged crowdin translations 2023-02-07 15:55:31 +01:00
luzpaz
1b43baa418 Fix various trailing newlines, typos and grammar 2023-02-04 18:29:07 +01:00
LarryWoestman
55ff3aae18 Path: Refactored add_parameters into individual functions.
Replace the "add_parameters" routine by an array of individual
functions (one for each parameter letter) and a simple piece of
code that calls the appropriate parameter passing functions in
the specified parameter order.  Some of the parameter letters
can share the same parameter passing function in the default
configuration.
This not only simplifies the code but opens up the possibility
of replacing the code processing a given parameter letter
("Q", for example) with new code in the postprocessor file
without having to modify the shared postprocessor functionality
(in the three Util*.py files).
2023-02-01 11:55:18 -08:00
sliptonic
9b81b769a6 Merge pull request #8205 from LarryWoestman/staging
Path:  Refactored PostUtilsParse.parse a lot.
2023-01-30 08:37:15 -06:00
Yorik van Havre
80c68fa4df Merged crowdin translations 2023-01-30 10:04:15 +01:00
sliptonic
23d5b78292 Merge pull request #8193 from haraldhartmann/origin/PathAddEstlcamPP
Path: add Estlcam postprocessor fix #8192
2023-01-28 11:52:33 -06:00
Yorik van Havre
433b17b829 Merged crowdin translations 2023-01-23 11:25:49 +01:00
luzpaz
feb18d8a15 Fix various typos 2023-01-22 20:27:47 -06:00
luzpaz
79e150a81b Fix trailing whitespace, typos, headers
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
LarryWoestman
4988e3239d Path: Refactored PostUtilsParse.parse a lot. 2023-01-17 11:54:52 -08:00
Yorik van Havre
5033f64ce9 Merged crowdin translations 2023-01-17 09:40:31 +01:00
sliptonic
0523c0cd08 Merge pull request #8182 from vespakoen/opencamlib-support
Update opencamlib imports to support latest version
2023-01-16 16:50:59 -06:00
sliptonic
4318ecc0ba Merge pull request #8151 from LarryWoestman/staging
Path:  Added more tests and fixed some parameter handling, refactored axis and feed number formatting.
2023-01-16 16:33:47 -06:00
sliptonic
dead2c8584 Merge pull request #8186 from mlampert/bugfix/issue-8185-deburr-offset-calculation
[Path] Bugfix/issue 8185 deburr offset calculation
2023-01-16 16:14:25 -06:00
Markus Lampert
6760b0e9c4 Remove translation for h=/W= labels 2023-01-15 17:18:25 -08:00
Markus Lampert
6504eff368 Fixed offset and depth calculation for Deburr op 2023-01-15 17:18:25 -08:00
Markus Lampert
b89f2223f6 Renamed Deburr test suite 2023-01-15 17:18:25 -08:00
Harald Hartmann
9846cd9812 add Estlcam postprocessor 2023-01-14 13:51:56 +01:00
0penBrain
6c54c33f49 Path: fix bug in Path Gui tests 2023-01-14 12:01:26 +01:00
Koen Schmeets
bcf57aec91 Update opencamlib imports to support latest version 2023-01-13 20:46:59 +01:00
LarryWoestman
d0b3ea3779 Path: Added more tests and fixed some parameter handling.
Refactored axis and feed number formatting.
       Used "with" for file writes, removed "pythonopen".
2023-01-12 13:33:43 -08:00
sliptonic
647943a6f0 Merge pull request #8146 from sliptonic/bug/threadmilling
[Path] fix bug with threadmilling collision
2023-01-10 08:05:42 -06:00
sliptonic
5b41bab220 Remove check for internal as well 2023-01-09 10:46:55 -06:00
sliptonic
5196a4c01b Merge pull request #8145 from sliptonic/bug/7600
[Path] use correct widgets in task panel Fix #7600
2023-01-09 10:28:50 -06:00
Yorik van Havre
ec6b14bbee Merged crowdin translations 2023-01-09 14:06:28 +01:00
sliptonic
f7d2b4495e fix bug with collision 2023-01-08 14:02:33 -06:00
sliptonic
3b954f95f3 use correct widgets in task panel 2023-01-08 12:05:34 -06:00
wmayer
f2908e251c [skip ci] fix typos 2023-01-06 18:16:50 +01:00
sliptonic
c909b753a4 Fix for Partial edge drilling Fixes 8131 2023-01-05 17:35:08 -06:00
LarryWoestman
dcab7c4a78 Path: Reformatted to a line length of 88 using black.
Incorporating feedback; now using f-strings all over.
           Incorporating changes from feedback.
           Incorporated more refactoring feedback.
           Changes for Path refactoring.
2022-12-31 09:20:51 -08:00
sliptonic
a11bde5105 Merge pull request #7962 from luvtofish/master
path: dynapath delta 40-60 post processor add
2022-12-31 10:26:44 -06:00
Markus Lampert
67c616b8fe Moved test file opening into instance methods so they don't get loaded unless used. 2022-12-25 17:43:00 -08:00
luvtofish
cc2dffb53d Fixed some misspelling in comments. 2022-12-23 18:13:01 -06:00
luvtofish
95dc53a0c8 Added multiple comments 2022-12-22 12:13:44 -06:00
sliptonic
d6bbaec9e5 Merge pull request #8063 from sliptonic/py27cleanup
Fixes #7834  Removes deprecated py2.7 try/except block
2022-12-20 09:34:28 -06:00
Yorik van Havre
3376e387da Merged crowdin translations 2022-12-20 10:01:00 +01:00
Yorik van Havre
d206d5cd1f Updated ts files 2022-12-20 09:31:25 +01:00
sliptonic
5053c0dfd8 Fixes #7834
remove deprecated python 2.7 code
2022-12-19 15:07:14 -06:00
sliptonic
6398ce30ab Merge pull request #8012 from LarryWoestman/bugfix
Path:  Fixed regression in import statement.
2022-12-17 12:02:22 -06:00
Uwe
4660a9221d [Path] App: remove unused files from PreCompiled.h 2022-12-14 05:32:44 +01:00
Uwe
fc3f9d3ecc [Path] Gui: remove unused files from PreCompiled.h 2022-12-14 05:19:50 +01:00
luvtofish
6082ce76e0 code cleanup 2022-12-11 11:21:22 -06:00
LarryWoestman
cf7f33de70 Path: Fixed regression in input statement. 2022-12-10 13:26:05 -08:00
luvtofish
170c7d862a updated comment 2022-12-08 09:18:04 -06:00
luvtofish
ec5402dad3 tool tip changes 2022-12-08 08:47:10 -06:00
luvtofish
7f3dafaa31 Updated tooltip details 2022-12-07 20:49:40 -06:00
Uwe
7e9fe12149 [Path] improve PreCompiled.h handling 2022-12-07 19:51:19 +01:00