Daniel Wood
65a3e430bc
Merge branch 'master' into fixes/post
2020-03-03 21:24:00 +00:00
Bernd Hahnebach
213ba305eb
Merge remote-tracking branch 'bernd/femtmp'
2020-03-03 21:29:01 +01:00
Patrick Felixberger
7e2814e5bf
Fixed coolant with dressup
2020-03-03 21:27:31 +01:00
Patrick Felixberger
4545cf34b2
Added coolant support to grbl_post
...
Improved canned cycles
Added/translated comments
2020-03-03 21:27:31 +01:00
wmayer
8b3c31170b
ReverseEngineering: implement mesh segmentation workflow
2020-03-03 21:27:31 +01:00
carlopav
432ae7c797
[Draft] Edit bugfix: closed wire check for point lying in the face plane
...
https://forum.freecadweb.org/viewtopic.php?f=23&t=43414&p=372524#p372524
2020-03-03 21:27:31 +01:00
vocx-fc
b1a71f4a53
Draft: new Draft_OrthoArray command
...
It replaces the older `Draft_Array` command, and provides
a task panel to select the properties, similar to the
`Draft_PolarArray` and `Draft_CircularArray` commands.
It can also create `App::Links` directly from this task
panel, so it also replaces the `Draft_LinkArray`
introduced by the LinkMerge.
2020-03-03 21:27:31 +01:00
wmayer
f95dc3588d
Mesh: change MeshSegmentAlgorithm::FindSegments to accept shared instead of raw pointers
2020-03-03 21:27:31 +01:00
wmayer
7464c81dbe
ReverseEngineering: [skip ci] improve segmentation based on point clouds
2020-03-03 21:27:31 +01:00
Mateusz Skowroński
9d6cf324e7
[ImageWB] Fix image scaling dialog for HighDPI displays.
2020-03-03 21:27:31 +01:00
Daniel Wood
5e3ffcff93
Stop the spindle before tool changes.
2020-03-03 21:27:31 +01:00
Daniel Wood
354e63ddb7
Handle coolant for ops using dressups
2020-03-03 21:27:31 +01:00
Daniel Wood
c36048e760
skip inactive operations
2020-03-03 21:27:31 +01:00
Bernd Hahnebach
9c0d0e94c6
FEM: Python objects and guiobjects, code formating
2020-03-03 21:26:21 +01:00
Bernd Hahnebach
65b5cb7f38
FEM: use python base constraint class, solver calculix
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
62fa28fc63
FEM: use python base constraint class, mesh result mesh
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
36118fb59e
FEM: use python base constraint class, result mechanical
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
95a411d95a
FEM: use python base constraint class, mesh region
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
0e029666e3
FEM: use python base constraint class, mesh group
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
85712261bc
FEM: use python base constraint class, mesh boundary layer
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
5ea922c8b5
FEM: use python base constraint class, material obj
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
659da19739
FEM: use python base constraint class, material reinforced
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
83880da921
FEM: use python base constraint class, beam rotation
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
974ab58b9b
FEM: use python base constraint class, fluid section
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
ab2c0a39d7
FEM: use python base constraint class, beam section
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
a00dddffe7
FEM: use python base constraint class, shell thickness
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
0aad1a0164
FEM: use python base constraint class, constraint tie
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
d4f60113c6
FEM: use python base constraint class, material non linear
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
6ccc140a1d
FEM: use python base constraint class, constraint self weight
2020-03-03 21:26:20 +01:00
Bernd Hahnebach
175e7f2069
FEM: Python base constraint view provider, extend methods
2020-03-03 21:26:20 +01:00
sliptonic
1bd4a173ef
Merge pull request #3122 from Schildkroet/grbl-post-update
...
[Path] Improved grbl post
2020-03-03 12:14:52 -06:00
wmayer
130e16a6fd
ReverseEngineering: implement mesh segmentation workflow
2020-03-03 16:46:34 +01:00
carlopav
9b7211d02c
[Draft] Edit bugfix: closed wire check for point lying in the face plane
...
https://forum.freecadweb.org/viewtopic.php?f=23&t=43414&p=372524#p372524
2020-03-03 08:36:11 -03:00
vocx-fc
3d2fb0127e
Draft: new Draft_OrthoArray command
...
It replaces the older `Draft_Array` command, and provides
a task panel to select the properties, similar to the
`Draft_PolarArray` and `Draft_CircularArray` commands.
It can also create `App::Links` directly from this task
panel, so it also replaces the `Draft_LinkArray`
introduced by the LinkMerge.
2020-03-03 08:34:36 -03:00
wmayer
2a857dcd81
Mesh: change MeshSegmentAlgorithm::FindSegments to accept shared instead of raw pointers
2020-03-03 12:20:42 +01:00
wmayer
aa422bf7d5
ReverseEngineering: [skip ci] improve segmentation based on point clouds
2020-03-03 00:10:48 +01:00
Mateusz Skowroński
24d64c71ec
[ImageWB] Fix image scaling dialog for HighDPI displays.
2020-03-03 00:02:13 +01:00
sliptonic
cb260983c3
Merge pull request #3121 from dubstar-04/fixes/LinuxCNC_Post
...
[Path] fixes/linuxcnc post
2020-03-02 14:39:34 -06:00
Patrick Felixberger
fefc725903
Fixed coolant with dressup
2020-03-02 21:17:19 +01:00
Bernd Hahnebach
aa5b050784
FEM: elmer equation objects, better type checking
2020-03-02 20:54:52 +01:00
Bernd Hahnebach
5a5753af8d
FEM: element geometry types, same name type system as Python constraints
2020-03-02 20:54:44 +01:00
Bernd Hahnebach
d52cde9b81
FEM: mesh tools, better type checking
2020-03-02 20:54:36 +01:00
Patrick Felixberger
51c1897a3a
Added coolant support to grbl_post
...
Improved canned cycles
Added/translated comments
2020-03-02 19:29:27 +01:00
Syres916
b73cc1ac30
[Draft] Change boolean If statement
2020-03-02 12:08:53 -03:00
Syres916
edc7e3ed8c
[Draft] WireToBSpline Fix makeWire Placement
...
See discussion https://forum.freecadweb.org/viewtopic.php?f=23&t=43184
2020-03-02 12:08:53 -03:00
Syres916
f043f465c2
[Draft] WireToBSpline Fix Placement of makeWire
...
See Discussion https://forum.freecadweb.org/viewtopic.php?f=23&t=43184
2020-03-02 12:08:53 -03:00
Zheng, Lei
27eb8bebeb
App: fix Link appLinkExecute
...
Call hasAttr() first before getAttr().
2020-03-02 12:01:56 -03:00
vocx-fc
64cc58e359
Travis: get Pivy for Python 2 and 3
2020-03-02 12:00:24 -03:00
0penBrain
62406e0ce4
Add ability to remember which workbench is active for each tab of the viewport
...
Can be enabled/disabled through preferences => Connected to 'SaveWBbyTab' parameter
Workbench is saved when it is changed or when a new subwindow is created
It is restored when subwindow is activated if one was previously saved
2020-03-02 11:59:30 -03:00
alafr
eac01576ad
Arch Component: triple quotes for the docstring
2020-03-02 11:53:46 -03:00