Commit Graph

21270 Commits

Author SHA1 Message Date
Yorik van Havre
71ecbb5448 Merge pull request #5400 from dirkolbrich/archaxis
[Arch] split ArchAxis into separate modules
2022-01-24 16:46:16 +01:00
sliptonic
a3be06f2e2 Merge pull request #5422 from sliptonic/bug/translationThreadMill
[PATH] Bug/translation  (threadmill, tools, toolcontroller, adaptive)
2022-01-24 09:45:45 -06:00
Yorik van Havre
b441e3f678 Merge pull request #5388 from Roy-043/Arch-Fix-ArchWall-onBeforeChange
Arch: Fix ArchWall onBeforeChange
2022-01-24 16:19:05 +01:00
Yorik van Havre
f52c9dc1ed Merge pull request #5384 from Roy-043/Draft-fix-task-panel-related-issues
Draft: fix task panel related issues
2022-01-24 16:16:16 +01:00
wmayer
978f58e8ab Spreadsheet: unit test for expressions using an input spreadsheet
A bug was reported here: https://forum.freecadweb.org/viewtopic.php?p=564502#p564502
2022-01-24 14:20:26 +01:00
wmayer
eb4197aa25 Fem: [skip ci] fix runtime failure when using Py3.10 2022-01-24 10:28:22 +01:00
luz paz
b3ce571ad7 OpenSCAD: pep8-ified + removed superfluous whitespace + uniform headers 2022-01-23 19:52:37 -06:00
Zheng, Lei
d07479aba7 Spreadsheet: fix dependency calculation on external spreadsheet 2022-01-23 19:43:53 -06:00
Uwe
5dc8144720 [PD] uniform default Pad/Pocket lengths
- the initialization of the length was different than the default set in Command.cpp
- it is annoying that the default 2nd length was 10 and 20 times the default for the 1st length
  -> uniform and take the same than the 1st length
2022-01-23 13:42:07 +01:00
wmayer
8e51af8ffe PD: fix bad formatting 2022-01-23 11:07:59 +01:00
Uwe
849751a771 Revert "[PD] uniform default Pad/Pocket lengths"
This reverts commit ab879eff243c3c5ed7f8c250db32522e5aff329c.

Sorry, this should have gone to a PR
2022-01-23 05:06:38 +01:00
Uwe
de3bc18247 [PD] uniform default Pad/Pocket lengths
- the goal of the recent Pad/Pocket code refactoring was to handle Pad and Pocket the same
  default Pad were 10 long, Pocket only 5 -> uniform this to 10
- the initialization of the length were different than the default set in Command.cpp
- it was annoying that the default 2nd length was 10 and 20 times the default for the 1st length -> uniform and take the same than the 1st length
2022-01-23 04:58:58 +01:00
Uwe
167950a7cd [PD] FeatureSketchBased: only style fixes
to reduce diffs of coming and pending PRs

all fixes were automatically made by MSVC
2022-01-23 04:50:52 +01:00
Uwe
874767171a [PD] correct copyright year
both files were created in 2021
2022-01-23 04:45:12 +01:00
sliptonic
bb4705d2e0 Toolbit Translation Cleanup 2022-01-22 17:57:38 -06:00
sliptonic
4f6086d7a3 Toolbit black 2022-01-22 17:36:24 -06:00
sliptonic
d04f7909a3 Adaptive translation cleanup 2022-01-22 17:33:49 -06:00
sliptonic
ffe2d0cda6 Merge pull request #5411 from sliptonic/bug/translationDressup
Bug/translation dressup, drilling, vcarve
2022-01-22 16:14:32 -06:00
sliptonic
faac46e9e4 Old ToolLibrary translation cleanup 2022-01-22 16:10:34 -06:00
sliptonic
7d17d931b3 Old toollibrary black 2022-01-22 16:01:58 -06:00
sliptonic
fb5997c31b ToolController Translation cleanup 2022-01-22 15:58:28 -06:00
sliptonic
beac4ad660 toolcontroller black 2022-01-22 15:26:07 -06:00
sliptonic
98d4042b29 Threadmilling translation cleanup 2022-01-22 14:20:53 -06:00
Wanderer Fan
d4c5074ee5 [TD]remove redundant edits from 9 Task dialogs 2022-01-22 14:51:20 -05:00
sliptonic
d2eb487f7e import error 2022-01-22 13:11:46 -06:00
sliptonic
4072fcebf5 Drilling translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
49eaadcd25 black 2022-01-22 13:11:46 -06:00
sliptonic
17182b1c71 Vcarve translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
16d9727283 Black 2022-01-22 13:11:46 -06:00
sliptonic
833edf1e8b AxisMap dressup translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
7c1c32dc8f black 2022-01-22 13:11:46 -06:00
sliptonic
f3d2578dfd ZCorrect translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
b6a8bcb375 Merge pull request #5405 from sliptonic/feature/helix_refactor
[Path] Feature/helix refactor
2022-01-22 13:09:36 -06:00
sliptonic
32cb66ae0e Merge pull request #5410 from sliptonic/bug/translateDeburr
[Path] Bug/translate deburr, fixture, inspect, probe
2022-01-22 13:00:34 -06:00
Dirk Olbrich
471db079bb [Arch] split ArchAxis into separate modules
- remove unused import from resulting ArchAxisSystem and ArchGrid
- move inline imports to file import block
2022-01-22 17:00:01 +01:00
luz paz
d584bb6c36 TD: fix source comment typo 2022-01-22 16:28:41 +01:00
luz paz
501a5e88c0 Part: fix source comment typo 2022-01-22 16:28:41 +01:00
luz paz
043d328cb5 TD: Uniformity tweaks left over from #5383 2022-01-22 16:27:46 +01:00
0penBrain
015b229162 [PartDesign] Allow single (viewport) click for mapping feature selection
Parameter 'singleClickFeatureSelect' can be used to enable/disable
2022-01-22 16:14:30 +01:00
sliptonic
011d67a34a Merge pull request #5418 from sliptonic/bug/unittest
[Path] Unit test breaks due to tolerance issue.  Disable this test
2022-01-22 08:56:09 -06:00
sliptonic
b64e7c6600 Unit test breaks due to tolerance issue. Disable this test 2022-01-22 08:54:42 -06:00
Roy-043
37c90dacdb TechDraw: fix typos in CommandAnnotate.cpp 2022-01-22 11:48:19 +01:00
0penBrain
68e1fc46b6 Display Midplane checkbox with Pocket/ThroughAll
Was enabled but not visible.
Hopefully last time I fix it. :)
2022-01-22 10:34:14 +01:00
sliptonic
9a7cc148b6 Merge pull request #5403 from sliptonic/feature/splitArcsHelper
[Path] Feature/split arcs helper
2022-01-21 13:14:47 -06:00
sliptonic
7f2aee5128 translation cleanup
fix context for deburr enums

deburr translation cleanup

enums
2022-01-21 10:54:34 -06:00
sliptonic
783518dd34 black reformat 2022-01-21 10:54:34 -06:00
sliptonic
b0ece7585a fixture command fix 2022-01-21 10:54:34 -06:00
sliptonic
8cef4621c7 translation cleanup (probe)
PathLog missing import

command name
2022-01-21 10:54:31 -06:00
sliptonic
09e0b28e8d black reformat 2022-01-21 10:54:31 -06:00
sliptonic
ade415421d translation cleanup (PathInspect) 2022-01-21 10:54:31 -06:00