sliptonic
908622176b
PathArray translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
75ac674917
translation cleanup PathGeom
2022-01-03 10:48:39 -06:00
sliptonic
3fe1408567
Translation cleanup PathHop
...
PathHop transaction
2022-01-03 10:48:39 -06:00
sliptonic
c19e971368
Translation cleanup PathUtils/PathUtil
2022-01-03 10:48:39 -06:00
sliptonic
f3d6bd21e3
translation cleanup PathCustom/gui
2022-01-03 10:48:39 -06:00
sliptonic
9b4af0b812
translation cleanup PathComment
...
transaction PathComment
2022-01-03 10:48:39 -06:00
sliptonic
e022675b7a
tranlation cleanup PathCopy
...
transaction PathCopy
2022-01-03 10:48:39 -06:00
sliptonic
02cbd7c342
Translation cleanup: PathCommands
2022-01-03 10:48:39 -06:00
sliptonic
c28036e020
cleanup for translation handling
2022-01-03 10:48:39 -06:00
sliptonic
2a22ead350
black reformat
...
black reformat for PathCommands
Black reform PathCopy
Black reform PathComment
Black reformat PathCustom/gui
Black reformat PathUtil/PathUtils
Black reformat PathHop
Black reformat PathGeom
Black reformat
Black reformat
Black reformat
Black reformat
Black reformat
black reformat
Black reformat
black
2022-01-03 10:48:39 -06:00
sliptonic
0287ca6e29
Make combos in .UI non-translatable.
2022-01-03 10:48:39 -06:00
sliptonic
e209bc706d
Merge pull request #5008 from Russ4262/fix/childless_job
...
[Path] Fixes #4645
2022-01-03 10:37:27 -06:00
jim
ba4f1b443b
allow user to specify a seed value for jitter pseudorandomness so that multiple operations/tools can follow the same sequence
2022-01-02 07:38:56 -08:00
jim
531e9143f4
Correct typo in jitter dimension calculation
2022-01-01 19:59:24 -08:00
sliptonic
a65dbc6f82
Use run() instead of Popen() to avoid need for communicate() call.
2021-12-31 10:04:17 -06:00
sliptonic
ca950cf54a
use subprocess.Popen() the right way
2021-12-30 16:58:45 -06:00
sliptonic
f18c730491
fix #4810
...
use subprocess.Popen() to avoid executing arbitrary code
2021-12-30 16:32:17 -06:00
luz paz
f6b7f7a4a9
Path: fix source comment typo
2021-12-30 01:08:16 +01:00
Yorik van Havre
6cb3782c03
Merged crowdin translations
2021-12-29 12:20:12 +01:00
Yorik van Havre
fd7735d035
Updated ts files
2021-12-29 12:09:06 +01:00
Russell Johnson
344d1b4dc4
Black formatting only
2021-12-25 00:29:05 -06:00
Russell Johnson
763057a1a2
Path: Fix 'NoneType' argument error in '_stepTransitionCmds()'
...
The 'p1' argument is passed in as 'None' on occasion. This fix cancels the efficient transition between the two points. 3D Surface is and experimental op, and therefore this fix needs additional user testing with various complex models.
2021-12-25 00:27:19 -06:00
sliptonic
b23ae963d9
Merge pull request #5271 from sundtek/sundtek-discretize-bug
...
[PATH] change discretize value to fix issues
2021-12-19 12:35:13 -06:00
sundtek
7172e57e5d
Update PathAdaptive.py
...
the internal unit is mm, only lowering the accuracy should be enough.
2021-12-20 01:15:59 +08:00
sliptonic
473bdc07dd
Merge pull request #5262 from sliptonic/bug/translation
...
[PATH] Bug/translation
2021-12-19 09:33:11 -06:00
sundtek
47fc8dee91
change discretize value to fix issues
...
Discretize of 0.0001 is okay for inches, but for metric <1microns would be quite small, this fixes some issues when generating paths for curves that look inward.
I found following post in the forum: https://forum.freecadweb.org/viewtopic.php?f=15&t=42755
I have experienced similar issues with other curves in my object.
2021-12-19 19:23:09 +08:00
wmayer
e743c30f3b
Add Global.h headers to modules
2021-12-18 14:06:40 +01:00
sliptonic
21765dec9c
Modified combobox selection
...
cleaned up translation method
Profile translation cleanup
Incorporating additional suggestions
2021-12-17 08:35:41 -06:00
Russell Johnson
1eccba10ca
Path: Translation Solution POC
2021-12-17 08:35:41 -06:00
sliptonic
3ca86cafeb
PathOpGui Black reformat
2021-12-17 08:35:41 -06:00
luz paz
810d41ce52
Path: fix typo in author's name
2021-12-10 02:36:56 +01:00
luz paz
e901e584ac
Path: fix file header uniformity
2021-12-10 02:36:56 +01:00
luz paz
b6f9f39ffc
Fix various typos and grammatical refinements
2021-12-09 08:57:52 -06:00
Peter Roß
9f9709c7a3
Merge branch 'FreeCAD:master' into RRF-PP-for-Path
2021-12-06 12:33:23 +01:00
sliptonic
73fa6217ce
Merge pull request #5217 from sliptonic/feature/rotationgenerator
...
[PATH] rotation generator and tests
2021-12-02 15:40:06 -06:00
sliptonic
b2800dfbb8
draft generator and tests
2021-12-01 13:15:09 -06:00
sliptonic
f5d230ed29
Merge pull request #5205 from sliptonic/bug/depthsteps
...
[PATH] depthparams handles negative steps and finish step correctly. Unit tests
2021-11-26 20:24:25 -06:00
sliptonic
8e6c5a497b
make sure depthparams handles negative steps and finish step correctly
...
revised test
2021-11-26 13:27:44 -06:00
Zheng, Lei
789d32f87b
Test: fix test case
...
Adding dynamic property with an invalid name or existing name is now an
error, because there is no easy way for Python code to find out the name
of a property if it is auto renamed.
2021-11-21 19:03:53 -06:00
sliptonic
7ca80cade0
Merge pull request #5177 from sliptonic/bug/profilebug
...
[Path] face outerwires aren't always the first wire in the Wires list.
2021-11-18 08:44:09 -06:00
P-C-R
4cf2c8c405
Merge branch 'master' into RRF-PP-for-Path
2021-11-18 07:59:14 +01:00
Yorik van Havre
a26fb4db1a
Merged crowdin translations
2021-11-16 17:30:39 +01:00
sliptonic
4c129c7526
face outerwires aren't always the first wire in the Wires list.
...
Added logic to compare hashCodes()
https://forum.freecadweb.org/viewtopic.php?f=13&t=50567
2021-11-15 18:40:28 -06:00
P-C-R
698fe21c0f
Update rrf_post.py
2021-11-15 08:20:06 +01:00
P-C-R
8e27e8010f
Bugfix for "Before Tool Change" Commands
2021-11-15 08:15:07 +01:00
luz paz
3da6ced354
Fix header uniformity
2021-11-13 06:20:19 -05:00
sliptonic
73c01a4196
cmake error
2021-11-10 13:33:20 -06:00
sliptonic
4a7cdd5095
fixing comment errors
2021-11-09 09:04:01 -06:00
sliptonic
56875b2137
Drill Generator and testing
2021-11-08 18:57:16 -06:00
P-C-R
cfa658187c
Merge branch 'master' into RRF-PP-for-Path
2021-11-05 10:42:26 +01:00