luzpaz
c48b426182
Fix source comment and documentation typos
...
[skip ci]
2023-02-17 08:32:03 -06:00
Yorik van Havre
50fb6d6b46
merged crowdin translations
2023-02-13 15:45:26 +01:00
sliptonic
16cacfb3fb
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
c71e551556
Merged crowdin translations
2023-02-07 15:55:31 +01:00
luzpaz
a38b2ffbf7
Fix various trailing newlines, typos and grammar
2023-02-04 18:29:07 +01:00
LarryWoestman
89e7e29a08
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
f80edaa9ed
Merge pull request #8205 from LarryWoestman/staging
...
Path: Refactored PostUtilsParse.parse a lot.
2023-01-30 08:37:15 -06:00
Yorik van Havre
4eca103469
Merged crowdin translations
2023-01-30 10:04:15 +01:00
sliptonic
73e2bad373
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
166183e788
Merged crowdin translations
2023-01-23 11:25:49 +01:00
luzpaz
edfc993b7f
Fix various typos
2023-01-22 20:27:47 -06:00
luzpaz
729685316e
Fix trailing whitespace, typos, headers
...
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
LarryWoestman
58193d1e2f
Path: Refactored PostUtilsParse.parse a lot.
2023-01-17 11:54:52 -08:00
Yorik van Havre
199ef42f62
Merged crowdin translations
2023-01-17 09:40:31 +01:00
sliptonic
a51026413d
Merge pull request #8182 from vespakoen/opencamlib-support
...
Update opencamlib imports to support latest version
2023-01-16 16:50:59 -06:00
sliptonic
49e1f8a531
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
f3bbd8ddce
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
96faf9fb5c
Remove translation for h=/W= labels
2023-01-15 17:18:25 -08:00
Markus Lampert
39646e39e0
Fixed offset and depth calculation for Deburr op
2023-01-15 17:18:25 -08:00
Markus Lampert
dfb08cda3f
Renamed Deburr test suite
2023-01-15 17:18:25 -08:00
Harald Hartmann
b7c55d355a
add Estlcam postprocessor
2023-01-14 13:51:56 +01:00
0penBrain
81543911d4
Path: fix bug in Path Gui tests
2023-01-14 12:01:26 +01:00
Koen Schmeets
9dd7fbe835
Update opencamlib imports to support latest version
2023-01-13 20:46:59 +01:00
LarryWoestman
49249b8ed4
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
5284d9c886
Merge pull request #8146 from sliptonic/bug/threadmilling
...
[Path] fix bug with threadmilling collision
2023-01-10 08:05:42 -06:00
sliptonic
eb4bf66425
Remove check for internal as well
2023-01-09 10:46:55 -06:00
sliptonic
297389acae
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
3a8fcb53ec
Merged crowdin translations
2023-01-09 14:06:28 +01:00
sliptonic
777ebad2d0
fix bug with collision
2023-01-08 14:02:33 -06:00
sliptonic
65006d1f47
use correct widgets in task panel
2023-01-08 12:05:34 -06:00
wmayer
5995556b08
[skip ci] fix typos
2023-01-06 18:16:50 +01:00
sliptonic
2428520b9a
Fix for Partial edge drilling Fixes 8131
2023-01-05 17:35:08 -06:00
LarryWoestman
b5a41d9a68
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
588620fd9f
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
6074bbdf86
Moved test file opening into instance methods so they don't get loaded unless used.
2022-12-25 17:43:00 -08:00
luvtofish
0289e3ae52
Fixed some misspelling in comments.
2022-12-23 18:13:01 -06:00
luvtofish
660f63557b
Added multiple comments
2022-12-22 12:13:44 -06:00
sliptonic
fd35950ec8
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
b5c5d0af95
Merged crowdin translations
2022-12-20 10:01:00 +01:00
Yorik van Havre
a95b7dc4b5
Updated ts files
2022-12-20 09:31:25 +01:00
sliptonic
9a6bb7aaa6
Fixes #7834
...
remove deprecated python 2.7 code
2022-12-19 15:07:14 -06:00
sliptonic
0dc48ff85c
Merge pull request #8012 from LarryWoestman/bugfix
...
Path: Fixed regression in import statement.
2022-12-17 12:02:22 -06:00
Uwe
c1ed520bb4
[Path] App: remove unused files from PreCompiled.h
2022-12-14 05:32:44 +01:00
Uwe
05cd301edf
[Path] Gui: remove unused files from PreCompiled.h
2022-12-14 05:19:50 +01:00
luvtofish
db01062242
code cleanup
2022-12-11 11:21:22 -06:00
LarryWoestman
c684b1a399
Path: Fixed regression in input statement.
2022-12-10 13:26:05 -08:00
luvtofish
c7bbac501e
updated comment
2022-12-08 09:18:04 -06:00
luvtofish
97c1ba7358
tool tip changes
2022-12-08 08:47:10 -06:00
luvtofish
54f748ea29
Updated tooltip details
2022-12-07 20:49:40 -06:00
Uwe
960ace8034
[Path] improve PreCompiled.h handling
2022-12-07 19:51:19 +01:00