Commit Graph

33479 Commits

Author SHA1 Message Date
luzpaz
c5dc557579 Fix trailing whitespace
[skip ci]
2023-07-01 10:24:07 +00:00
sliptonic
3c7e350a17 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
1d02f976c3 Merge pull request #8892 from morganrallen/path_custom_source
Path: add File source to CustomOp
2023-06-30 11:09:12 -05:00
Morgan 'ARR!' Allen
bc5755faae Merge pull request #1 from Ondsel-Development/8892fixes
fix bugs
2023-06-30 08:22:56 -07:00
sliptonic
9926e17928 fix bugs
handles malformed gcode commands
Adds properties to existing custom ops
2023-06-30 10:06:18 -05:00
mosfet80
d1130c3120 check correct Eigen3 required version
https://wiki.freecad.org/Third_Party_Libraries say minimum eigen3 are v3.0
2023-06-30 10:14:38 -04:00
Morgan 'ARR\!' Allen
b407a1a36e 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
03e1b0e58a Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source 2023-06-29 22:30:02 -07:00
wandererfan
35cedd6270 [TD]fix missing section svg hatch in pdf 2023-06-29 19:50:27 -04:00
Abdullah Tahiri
7633b3ce93 Unused variable 2023-06-29 23:42:28 +02:00
wmayer
f44fa7a835 Part: fixes #5967: Weird behavior in Placement dialog when using "center of mass" with Datum Plane 2023-06-29 22:49:39 +02:00
Chris Hennes
8b89dd29d2 Merge pull request #9833 from adrianinsaval/libpackHint 2023-06-28 09:47:14 -05:00
Yorik van Havre
62cae40cb4 Merge pull request #9838 from Pesc0/addtocontributors
Add Pesc0 to contributors
2023-06-28 16:11:09 +02:00
Pesc0
45141df33e Add Pesc0 to contributors 2023-06-28 16:01:46 +02:00
Robert Schöftner
4f20e7013e Merge branch 'master' into master 2023-06-28 11:25:52 +02:00
Robert Schöftner
c3b5dd60d0 Hopefully more stable test pattern / path 2023-06-28 11:16:24 +02:00
Yorik van Havre
095ad1ff4a Merge pull request #9830 from Roy-043/Draft-Add-macOS-paths-to-importDWG.py
Draft: Add macOS paths to importDWG.py
2023-06-28 10:37:25 +02:00
Adrián Insaurralde Avalos
0bd56851ac update libpack download hint [skip ci] 2023-06-27 13:49:16 -04:00
Morgan 'ARR\!' Allen
db06472df9 Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into path_custom_source 2023-06-27 09:02:01 -07:00
Morgan 'ARR\!' Allen
55167ef92c Merge branch 'master' into path_custom_source 2023-06-27 08:58:27 -07:00
Robert Schöftner
2a1fc03f82 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
f20ea86d13 Draft: Add macOS paths to importDWG.py 2023-06-27 11:16:02 +02:00
Roy-043
28f8abd300 Arch: Fix encoding error (caused by #9316) (#9827) 2023-06-27 11:10:31 +02:00
Chris Hennes
86d77c2814 Merge pull request #9786 from yorikvanhavre/translations
Translations
2023-06-26 20:53:55 -05:00
wandererfan
3177d23d10 [TD]add ANSI large format templates 2023-06-26 14:02:08 -04:00
luzpaz
090ae4571a Gui: Action.cpp minor code formatting tweak
Utilize the `+=` assignment operator for readability
2023-06-25 19:43:42 -04:00
Adrián Insaurralde Avalos
f25e765aa1 [skip-ci] Fix #9775 - incorrect pref. path on hint 2023-06-25 14:54:03 -04:00
luzpaz
a3d445e1c9 Path: fix typo in source comments
[skip ci]
2023-06-24 23:49:04 -04:00
luzpaz
1ba3c12472 Part: fix source comment typo
[skip ci]
2023-06-24 23:48:42 -04:00
wandererfan
62a681db8e [TD]fix lost parent on undo 2023-06-24 19:21:25 -04:00
Jed Brown
d5292d7b0a 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
45c009dff7 small gmsh panel tweak (#9569)
Co-authored-by: WandererFan <WandererFan@gmail.com>
2023-06-23 21:33:14 +02:00
mosfet80
0ff5cfe0dd Update microsoft / setup-msbuild into sub_buildWindows.yml
microsoft/setup-msbuild from 1.1 to 1.3
2023-06-23 11:49:42 -04:00
sliptonic
976ecb3754 Merge pull request #9769 from sliptonic/heidenhain
fix submitted by Zibibbo84 for proxy error
2023-06-21 07:38:29 -05:00
sliptonic
0d1e64e74a 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
a76105c3d9 Merge pull request #9794 from chennes/licenseCompliance
FEM: Remove improperly licensed files
2023-06-19 19:13:02 -05:00
Chris Hennes
d2ee5e3525 FEM: Update license on box.FCStd, per forums discussion 2023-06-19 17:49:24 -05:00
Chris Hennes
bdc0077497 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
a1b44aded1 Merge pull request #9799 from chennes/startFixFrameborder
Start: Remove frameborder attribute from iframe
2023-06-19 17:46:10 -05:00
Chris Hennes
cdde1506f8 Start: Remove frameborder attribute from iframe
This attribute is obsolete. CSS should be usesd instead.
2023-06-19 17:10:51 -05:00
sliptonic
94e787699f Merge pull request #9534 from Ondsel-Development/fix_wb_index_issue
Core: rework WorkbenchGroup & WorkbenchComboBox
2023-06-19 10:27:40 -05:00
Yorik van Havre
16bed237bb Merge pull request #9781 from chennes/splashscreen
GUI: Update Splashscreen for 0.21
2023-06-19 17:12:05 +02:00
sliptonic
0f3ea60ba8 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
8e580e53ef 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
97f4681c50 fix submitted by Zibibbo84 2023-06-19 09:09:38 -05:00
Yorik van Havre
2e0e4d722c 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
f55c4e53f5 Merge pull request #9738 from yorikvanhavre/arch-nativeifc-provisions
Arch nativeifc provisions
2023-06-19 10:46:51 +02:00
Yorik van Havre
04594ee09e Merge pull request #9777 from Pesc0/addfcblog
Added freecad blog tab to start page
2023-06-19 10:45:53 +02:00
wandererfan
fe39810d89 [TD]warn on skewed ComplexSection profile 2023-06-18 19:02:18 -04:00
Tobias Falk
127404d793 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