wmayer
8a81ff174b
Mesh: reduce the use of const_cast in Mesh module
2022-06-21 12:20:37 +02:00
sliptonic
3fe41efa9f
Merge pull request #7056 from Kuzma30/toolbit_tr
...
[Path] Add localization for PathToolBit and update Path.ts
2022-06-20 17:20:32 -05:00
sliptonic
d27819c6b4
Merge pull request #6637 from sliptonic/feature/camotics
...
[Path] Feature/camotics
2022-06-20 13:48:54 -05:00
sliptonic
f59c260315
Resolving bugs and rebasing for 0.21 merge
2022-06-20 13:09:09 -05:00
wmayer
3c1c4a13e8
Test: [skip ci] test for fixed Rotation::inverse()
2022-06-20 12:39:22 +02:00
wmayer
89b53f205e
Path: fix warning: extra ';' inside a struct/class [-Wextra-semi]
2022-06-20 11:34:31 +02:00
Kuzemko Alexsandr
a7e3d5eea6
[Crowdin] Add new texts for translation from Path ToolBit
2022-06-19 20:49:37 +03:00
Kuzemko Alexsandr
a1cdb6d3be
[Path] Add localization for PathToolBit
2022-06-19 20:47:07 +03:00
Uwe
75ce475d86
[skip CI] [Path] fix typo
...
I just introduced
2022-06-19 18:43:50 +02:00
Uwe
61be686687
[Sketch] remove unnecessary Boolean comparisons
2022-06-19 18:35:52 +02:00
Uwe
8a9c0801c7
[Path] remove a unnecessary Boolean comparison
2022-06-19 18:32:54 +02:00
Uwe
5f50d1e588
[Image] remove more unnecessary Boolean comparisons
2022-06-19 18:32:06 +02:00
Uwe
19cfe956d1
[Robot] remove unnecessary Boolean comparisons
2022-06-19 18:24:36 +02:00
Uwe
ca93124421
[Meh] Core: remove unnecessary Boolean comparisons - part 2/2
2022-06-19 18:22:22 +02:00
Uwe
1b73fbf645
[Meh] Core: remove unnecessary Boolean comparisons - part 1
2022-06-19 18:12:56 +02:00
Uwe
c78775163e
[Meh] Gui: remove unnecessary Boolean comparisons
2022-06-19 18:00:46 +02:00
Uwe
f67c2be7fa
[Path] cleanup formatting of Area.cpp/.h
...
- MSVC always kind of "stumbled" over this file, therefore it was on my ToDo lost to let run MSVC's syntax unification over this file
- still many MSVC warnings, but now some less
2022-06-19 17:49:08 +02:00
sliptonic
b96a643565
Working on simulation
...
working on camotics with multiple file output and tests
2022-06-19 10:47:25 -05:00
Uwe
d74fdebd11
[Path] remove unnecessary Boolean comparisons
2022-06-19 17:28:08 +02:00
Uwe
80919201fc
[Image] remove unnecessary Boolean comparisons
2022-06-19 17:13:25 +02:00
Uwe
c92739a95d
[Point] remove unnecessary Boolean comparisons
2022-06-19 17:10:55 +02:00
Uwe
c795967bd2
[Reverse Engineering] remove unnecessary Boolean comparisons
2022-06-19 17:07:02 +02:00
Uwe
3060e6197b
Revert "remove unused python<3.6 code"
...
This reverts commit 62d8116bb8af1df8b971bb591611356111a4488c.
2022-06-19 16:23:13 +02:00
andrea
9b640f10cf
remove unused python<3.6 code
2022-06-19 15:33:44 +02:00
Uwe
2be61a64c5
[TD] remove unnecessary Boolean comparisons
2022-06-19 15:20:03 +02:00
Uwe
d215b28eba
[Part] remove unnecessary Boolean comparisons
2022-06-19 15:19:13 +02:00
Uwe
a289ec4a06
[FEM] fix a variable casting
...
- reported by MSVC not to cast a float to a double but as double directly
- also remove some superfluous Boolean comparisons
2022-06-19 15:15:18 +02:00
Russell Johnson
b3ff05e89e
Path: Fixes #6693 - Add missing feed rate for G1 layer command
2022-06-18 20:57:54 -05:00
Russell Johnson
0bd536353b
Path: Fixes #6693 - Add Z and K values to arc commands
2022-06-18 20:57:53 -05:00
sliptonic
f4f23d45aa
icon
2022-06-18 16:34:53 -05:00
sliptonic
2ce452efc7
Fixes for output naming in path sanity
2022-06-18 16:34:53 -05:00
sliptonic
003dea189a
fix output elements
2022-06-18 16:34:53 -05:00
sliptonic
25fb8d03eb
Improve the output splitting
...
Add ability to substitute tool name, op name, or fixture name in filename
Add unit tests
2022-06-18 16:34:52 -05:00
Wanderer Fan
4f03c996bd
[TD]fix ProjGroup view spacing
2022-06-18 14:34:28 -04:00
Wanderer Fan
2a03c3a38c
[TD]fix dimension update on scale change
2022-06-18 14:34:28 -04:00
wmayer
464e1951b0
Spreadsheet: add tests for merging cells and binding cells
2022-06-16 15:05:43 +02:00
wmayer
30f50740d8
Part: [skip ci] add tests for ruled surfaces
2022-06-16 11:48:27 +02:00
wmayer
c856e8a13b
Mesh: fixes #7018 : 3mf created with FreeCAD cannot be loaded with PrusaSlicer
2022-06-14 18:55:05 +02:00
wmayer
b350f338b5
Mesh: fixes #6902 : Conda test errors
2022-06-14 11:32:07 +02:00
wmayer
052a2d8f82
Fem: remove string from translation
2022-06-14 01:43:45 +02:00
wmayer
d64b9750da
Fem: added signals and slots to notify when first function is added
2022-06-14 01:38:55 +02:00
Uwe
f1e3c30d6a
[FEM] point filter: use a LineEdit to output value
...
- that one copy the result to the clipboard
- also fix a typo
2022-06-14 01:21:17 +02:00
Uwe
6a0db7c42e
[FEM] next try to proper revert
2022-06-14 00:58:08 +02:00
Uwe
772a3c8ded
Revert "Fixing principal stress plots part 2"
...
This reverts commit 07119b9e5452e60a0514e43fecf95c9ebd109243.
2022-06-14 00:40:51 +02:00
FEA-eng
5f49558f6b
Fixing principal stress plots part 2
...
https://forum.freecadweb.org/viewtopic.php?f=18&t=69385
2022-06-13 19:52:16 +02:00
FEA-eng
1751520ffb
Fixing principal stress plots part 1
...
https://forum.freecadweb.org/viewtopic.php?f=18&t=69385
2022-06-13 19:51:53 +02:00
wmayer
66fab4bb81
Fem: for PointMarker and DataMarker use the internal name instead of label, in customEvent() do not expect a fix name
2022-06-13 17:37:26 +02:00
wmayer
46ce091344
Fem: in FEM_PostFilterLinearizedStresses command do not use a hard-coded object name but that of the selected FemPostDataAlongLineFilter
2022-06-13 17:08:58 +02:00
wmayer
6bc14921b5
Fem: do not use the Label property but the internal name to access an FEM post object via Python
2022-06-13 17:01:38 +02:00
wmayer
1da5971f00
Fem: do not access the active document but the document the FEM post object is part of
2022-06-13 16:46:15 +02:00