sliptonic
574e117b15
Merge pull request #9832 from rmu75/master
...
Path: fix g-code orientation from Path.Op.Profile in case eff. offset is 0.0
2023-06-30 11:21:15 -05:00
sliptonic
5f18095667
fix bugs
...
handles malformed gcode commands
Adds properties to existing custom ops
2023-06-30 10:06:18 -05:00
Morgan 'ARR\!' Allen
c330c31b6a
Migrate to using opPropertyEnumerations to set defaults
...
This feels a bit heavy but I still feel like it's helpful to inform
the path forward to consolidate these default properties.
2023-06-29 23:01:57 -07:00
Morgan 'ARR\!' Allen
3a5655ea4b
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source
2023-06-29 22:30:02 -07:00
wandererfan
9266673b12
[TD]fix missing section svg hatch in pdf
2023-06-29 19:50:27 -04:00
Abdullah Tahiri
2834aebf90
Unused variable
2023-06-29 23:42:28 +02:00
wmayer
f09bf02b6d
Part: fixes #5967 : Weird behavior in Placement dialog when using "center of mass" with Datum Plane
2023-06-29 22:49:39 +02:00
Robert Schöftner
ba9c708a48
Merge branch 'master' into master
2023-06-28 11:25:52 +02:00
Robert Schöftner
e606e8f4a9
Hopefully more stable test pattern / path
2023-06-28 11:16:24 +02:00
Yorik van Havre
f0dd607cad
Arch: Fixed error on null window preset creation parameters - fixes yorikvanhavre/BIM_Workbench#116
2023-06-28 11:04:57 +02:00
Morgan 'ARR\!' Allen
d364365185
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source
2023-06-27 09:02:01 -07:00
Morgan 'ARR\!' Allen
7f73e8ce47
Merge branch 'master' into path_custom_source
2023-06-27 08:58:27 -07:00
Robert Schöftner
3bbc40b9bb
Path: fix g-code orientation Path.Op.Profile in case effective offset is 0.0
2023-06-27 17:15:04 +02:00
Roy-043
f338a4d382
Draft: Add macOS paths to importDWG.py
2023-06-27 11:16:02 +02:00
Roy-043
ff561201f0
Arch: Fix encoding error (caused by #9316 ) ( #9827 )
2023-06-27 11:10:31 +02:00
Chris Hennes
44c6fc0484
Merge pull request #9786 from yorikvanhavre/translations
...
Translations
2023-06-26 20:53:55 -05:00
wandererfan
7287ea6efa
[TD]add ANSI large format templates
2023-06-26 14:02:08 -04:00
luzpaz
b80c69eba1
Path: fix typo in source comments
...
[skip ci]
2023-06-24 23:49:04 -04:00
luzpaz
4249bd1212
Part: fix source comment typo
...
[skip ci]
2023-06-24 23:48:42 -04:00
wandererfan
cb25671863
[TD]fix lost parent on undo
2023-06-24 19:21:25 -04:00
0penBrain
184cbc35b1
Sketcher: improve Z layering in edit mode
...
Especially when using cross section there was cases where sketcher elements ...
... wasn't guaranteed to be visible because hidden by other objects
2023-06-24 10:17:47 +02:00
0penBrain
0e7d5b9d42
[Bugfix]Sketcher: fix vertex selection from backside not working anymore
...
Regression introduced with b2fde8d5
2023-06-24 10:05:45 +02:00
0penBrain
88d0fad307
[Bugfix]Sketcher: fix cross section side switch not working except for XY plane
2023-06-24 09:45:09 +02:00
Jed Brown
542223f5b6
FEM: let gmsh infer format from file name
...
I sometimes use the FEM workbench to create meshes for a problem that
I'll solve with an external FE solver that doesn't yet have workbench
integration, or to prepare a Gmsh file for tweaks from directly running
Gmsh. The .unv format is pretty limited on technical grounds so I rename
the file to .msh (can express everything Gmsh can) or a
parallel-friendly format. Explicitly setting Mesh.Format = 2 is
confusing because this line also needs to be fixed (or deleted) when
renaming the output file name.
2023-06-23 21:35:36 +02:00
grubertechnic
90481b535a
small gmsh panel tweak ( #9569 )
...
Co-authored-by: WandererFan <WandererFan@gmail.com >
2023-06-23 21:33:14 +02:00
sliptonic
cae4624b41
Merge pull request #9769 from sliptonic/heidenhain
...
fix submitted by Zibibbo84 for proxy error
2023-06-21 07:38:29 -05:00
sliptonic
e179568096
Update src/Mod/Path/Path/Post/scripts/heidenhain_post.py
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-06-20 11:46:08 -05:00
Chris Hennes
aed7ffa089
FEM: Update license on box.FCStd, per forums discussion
2023-06-19 17:49:24 -05:00
Chris Hennes
7187cdc811
FEM: Remove improperly licensed files
...
The original authors of these files could not be contacted to correct the licensing mistake in the FCStd files, so the test cases are removed.
2023-06-19 17:47:22 -05:00
Chris Hennes
cfc895d38f
Start: Remove frameborder attribute from iframe
...
This attribute is obsolete. CSS should be usesd instead.
2023-06-19 17:10:51 -05:00
sliptonic
061e8eb341
Update src/Mod/Path/Path/Post/scripts/heidenhain_post.py
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-06-19 09:09:38 -05:00
sliptonic
78e0e7f78d
Update src/Mod/Path/Path/Post/scripts/heidenhain_post.py
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-06-19 09:09:38 -05:00
sliptonic
5495616621
fix submitted by Zibibbo84
2023-06-19 09:09:38 -05:00
Yorik van Havre
24b9877943
Merge pull request #9765 from yorikvanhavre/arch-remove-undefined-type
...
Arch remove undefined type
2023-06-19 10:47:10 +02:00
Yorik van Havre
ae0e2ddfcb
Merge pull request #9738 from yorikvanhavre/arch-nativeifc-provisions
...
Arch nativeifc provisions
2023-06-19 10:46:51 +02:00
Yorik van Havre
7315a6682a
Merge pull request #9777 from Pesc0/addfcblog
...
Added freecad blog tab to start page
2023-06-19 10:45:53 +02:00
wandererfan
c6a244ee71
[TD]warn on skewed ComplexSection profile
2023-06-18 19:02:18 -04:00
Tobias Falk
348ecf9b56
Update printAllPDF to print a PDF that complies with PDF/A-1b
...
More details can be found under: https://www.kdab.com/creating-pdfa-documents-qt/
2023-06-17 10:17:42 -04:00
Yorik van Havre
398de2d031
merged crowdin translations
2023-06-16 16:42:32 +02:00
Yorik van Havre
c587e713c1
Updated ts files
2023-06-16 16:37:13 +02:00
Pesc0
c65f049d20
[Toponaming] create ElementMap class ( #9175 )
...
* Copypaste ElementMap
* Add MappedNameRef
* Fix missing include
* Copypaste `findTagInElementName`
* fix error introduced _somewhere_
* refactor toponaming constants
* Move `findTagInElementName` in `MappedName`
* reintroduce workaround to compile ElementMap
* Added missing functions copied from complexgeodata
* fix last compile errors, reorder and format files
* remove recursive refs to ComplexGeoData
* Add more comments
* fixed comments and added tests
* added FIXME, make functions private, misc fixes
* Move static functions from complexGeoData to PostfixStringReferences. Rename to ElementNamingUtils
* Fix broken includes due to previous change
* Revert constants from string to const char*
* added childmap tests and made hasher public
* Make functions private
* Added remaining tests
* removed bool return from `erase` functions
* fix missing appexport
Co-authored-by: John Dupuy <jdupuy98@gmail.com >
2023-06-15 09:05:24 -05:00
Pesc0
5d17c9cf7f
Added freecad blog tab to start page
2023-06-15 13:58:27 +02:00
Yorik van Havre
5986a7392e
Merge pull request #9712 from Syres916/patch-80
...
[Import] DXF make codepage case insensitive
2023-06-14 13:24:39 +02:00
Adrián Insaurralde Avalos
b282c7cbb3
PartDesign: clean redundant/incorrect length validation for pad & pocket
...
better validation is already done for both at FeatureExtrude::generatePrism instead
2023-06-13 22:53:32 -04:00
Yorik van Havre
2deff531d6
Arch: Fixed unit test that depended on user preferences
2023-06-13 14:03:47 +02:00
Yorik van Havre
71fefee256
Arch: Removed Undefined IFC type - fixes #8774
2023-06-13 14:03:11 +02:00
Yorik van Havre
a5f7c74d0e
Draft: allow autogroup to add an object to both a layer and an Arch/NativeIFC container
2023-06-13 12:24:14 +02:00
Yorik van Havre
3c07d567cf
Merged crowdin translations
2023-06-12 22:34:22 +02:00
Yorik van Havre
d61e60511a
Updated ts files
2023-06-12 22:27:56 +02:00
Chris Hennes
09698ee494
Merge pull request #9752 from Roy-043/Sketcher-Minor-improvements-for-some-GUI-texts
...
Sketcher: Minor improvements for some GUI texts
2023-06-12 15:20:18 -05:00