Commit Graph

25156 Commits

Author SHA1 Message Date
sliptonic
5cdfbb17f7 Merge pull request #9218 from J-Dunn/master
Path WB: Correct bug causing incorrect feedrate to be used.
2023-04-10 08:38:01 -05:00
0penBrain
b21b18a5c6 [Bugfix]Sketcher: edge/point colors in preferences aren't took into account
Regression introduced by 0f28f26 (PR #9151)
2023-04-10 11:13:02 +02:00
wandererfan
42dc63150f [TD]fix error in DPG from 07a0ac8ebd 2023-04-09 21:43:43 -04:00
Benjamin Bræstrup Sayoc
7118d5cc10 [TechDraw] Improve readability of PreferencesGui.cpp 2023-04-09 11:59:43 -04:00
Benjamin Bræstrup Sayoc
1aa837ae0a [TechDraw] Simplify retrievement of user preferences 2023-04-09 11:59:43 -04:00
J-Dunn
3a3c7e4865 Correct bug causing incorrect feedrate to be used.
Recent changes to had G98/G99, ended up causing horizontal feedrate to be used these drilling operations. 
This fix corrects that and does some fluke8 clean ups.
2023-04-08 23:00:41 +02:00
wmayer
e9a9413c71 Gui: rename getPointOnScreen() to getPointOnViewport() 2023-04-08 13:51:32 +02:00
wandererfan
88caeca1b2 [TD]fix fail on transform of infinite shape
- passing an infinite shape to TopoShape::transformGeometry
  throws exception GeoConvert::Surface2BSpline() - infinite surface
2023-04-07 17:15:43 -04:00
wandererfan
cebf0ae664 [TD]add missing namespace 2023-04-07 17:15:43 -04:00
sliptonic
d18e750707 Merge pull request #9200 from J-Dunn/master
Path: make drilling paths G99 aware and NIST compliant (tidy up)
Please make sure to update the wiki.  It would be nice to include a reference to the NIST spec that the title refers to. That way, if there's a regression or complaint, we have some basis to continue the conversation.
Thank you for the PR.
2023-04-07 08:04:27 -05:00
wandererfan
20d97a9c32 [TD]use namespace with endl 2023-04-06 13:51:35 -04:00
Benjamin Bræstrup Sayoc
0bfae905d9 [TechDraw] Move CenterLine into own file 2023-04-06 13:51:35 -04:00
Benjamin Bræstrup Sayoc
1f0ba98de5 [TechDraw] Move CosmeticVertex into own file 2023-04-06 13:51:35 -04:00
André Caldas
82900b2417 Deletes GCS::Constraint directly instead of calling GCS::free(). 2023-04-06 16:29:48 +02:00
J-Dunn
7984dd6ab7 Path: make grbl_post NIST compliant on G98/G99 2023-04-06 12:08:32 +02:00
J-Dunn
0dcc5b8816 Path: G99 aware via keeptooldown 2023-04-06 12:06:14 +02:00
J-Dunn
98928f7c23 Path: G99 aware via keeptooldown 2023-04-06 12:05:27 +02:00
J-Dunn
2960e0e934 Path: make 3Dview G99 aware 2023-04-06 12:02:48 +02:00
J-Dunn
874f4cdd15 Path: G99 aware, ui checkbox 2023-04-06 12:00:22 +02:00
Bernd Hahnebach
688fe0d2fb FEM: pep8, more code formatting 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
f3cb55ef30 FEM: code formatting, pep8, E265 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
9f99a46379 FEM: code formatting, pep8, E225 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
3f7eaac7a0 FEM: code formatting, pep8, 261 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
cf7f712c44 FEM: code formatting, pep8, 226 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
c05c2f4535 FEM: code formatting, pep8, 211 2023-04-06 08:13:42 +02:00
Bernd Hahnebach
5c1fa3c24e FEM: code formatting, pep8, 302 2023-04-06 08:13:42 +02:00
luzpaz
c518844740 Draft: fix typo in importDWG.py 2023-04-06 08:08:32 +02:00
WandererFan
d813f46bdf Update DrawViewPart.cpp
missed removing old line
2023-04-05 19:19:52 -04:00
Benjamin Bræstrup Sayoc
bc5346c185 [TechDraw] Improve readability of EdgeWalker.cpp 2023-04-05 19:19:52 -04:00
Benjamin Bræstrup Sayoc
124650f8c7 [TechDraw] Improve readability of DrawViewSymbol.cpp 2023-04-05 19:19:52 -04:00
Benjamin Bræstrup Sayoc
2f193bbc0e [TechDraw] Improve readability of DrawViewSection.cpp 2023-04-05 19:19:52 -04:00
Benjamin Bræstrup Sayoc
acca47ab6f [TechDraw] Improve readability of DrawViewPart.cpp 2023-04-05 19:19:52 -04:00
Benjamin Bræstrup Sayoc
6f52f91803 [TechDraw] Improve readability of DrawTemplatePyImp.cpp 2023-04-05 19:19:52 -04:00
wmayer
2fd01076ba PD: fix tab order of dialogs 2023-04-05 22:36:29 +02:00
Chris Hennes
eef102824f Merge pull request #9193 from easyw/master
fixing stepZ for exporting
2023-04-05 14:31:53 -05:00
Benjamin Bræstrup Sayoc
372e2e0be9 [TechDraw] Improve readability of DrawProjGroupItemPyImp.cpp 2023-04-05 14:35:58 -04:00
Benjamin Bræstrup Sayoc
ebdf4cb49c [TechDraw] Improve readability of DrawProjGroupItem.cpp 2023-04-05 14:35:58 -04:00
Benjamin Bræstrup Sayoc
1fa423fd40 [TechDraw] Improve readability of DrawProjGroup.cpp 2023-04-05 14:35:58 -04:00
Benjamin Bræstrup Sayoc
468c3b3afb [TechDraw] Improve readability of DrawProjectSplit.cpp 2023-04-05 14:35:30 -04:00
Benjamin Bræstrup Sayoc
9a99412605 [TechDraw] Improve readability of DrawParametricTemplatePyImp.cpp 2023-04-05 14:35:30 -04:00
Benjamin Bræstrup Sayoc
623ae8da0d [TechDraw] Improve readability of DrawParametricTemplate.cpp 2023-04-05 14:35:30 -04:00
Benjamin Bræstrup Sayoc
8c24b09341 [TechDraw] Improve readability of DrawPage.cpp 2023-04-05 14:35:30 -04:00
Benjamin Bræstrup Sayoc
775c260af2 [TechDraw] Improve readability of DrawLeaderLine.cpp 2023-04-05 14:32:56 -04:00
Benjamin Bræstrup Sayoc
9d8afd1722 [TechDraw] Improve readability of DrawHatch.cpp 2023-04-05 14:32:56 -04:00
Benjamin Bræstrup Sayoc
5da15d23cf [TechDraw] Improve readability of DrawGeomHatch.cpp 2023-04-05 14:32:56 -04:00
easyw
4ccdb85595 fixing stepZ for exporting 2023-04-05 18:15:10 +02:00
edi271
c9c82960ab Manage rotated section views 2023-04-05 08:23:47 -04:00
edi271
c9d9284fb1 Move getTrianglePoint to DrawUtil 2023-04-05 08:23:47 -04:00
wmayer
68ea9fb561 [skip ci] Sketcher: disable button fixDegenerated when opening the dialog 2023-04-05 11:22:27 +02:00
wmayer
6401c18937 Part: fix -Wclazy-connect-by-name 2023-04-05 00:44:13 +02:00