Changesets: FreeCAD

master c5895e1a

2020-10-20 09:46:23

wmayer

Details Diff
Gui: do not use event handling of SpaceMouse Plus XT for Enterprise model
mod - src/Gui/3Dconnexion/GuiNativeEventWin32.cpp Diff File
mod - src/Gui/3Dconnexion/GuiNativeEventWin32.h Diff File

master 09e6552f

2020-10-20 01:16:48

mlampert

Details Diff
Fixed 'o' and depth issue
mod - src/Mod/Path/PathScripts/PathVcarve.py Diff File

master 783f8dc7

2020-10-20 01:07:20

uwestoehr


Committer: wwmayer Details Diff
[PD] fix thread UI bugs

- initialization: if a threaded, the fit must not be enabled
- when changing the profile type setReadOnly for the fit and class according to if threaded or not
- when changing if threaded or not, setReadOnly accordingly for the fit and class
mod - src/Mod/PartDesign/App/FeatureHole.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskHoleParameters.cpp Diff File

master b5dc3887

2020-10-19 14:53:54

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003975 from J-Dunn/master

[Path] Add files via upload
mod - src/Mod/Path/PathScripts/post/grbl_post.py Diff File

master a29d834b

2020-10-19 14:09:57

wmayer

Details Diff
App: [skip ci] fix PropertyEnumeration::setEnums to avoid to produce index values out of range
mod - src/App/PropertyStandard.cpp Diff File

master 6e6f2c8a

2020-10-19 14:08:26

wmayer

Details Diff
PartDesign: [skip ci] some improvements in TaskHoleParameters
+ do not rely on translated strings but set user data for the items of the combo box
+ do not use tr() to convert the C strings to QString of the hole feature, use QString::fromLatin1
+ do not use findText() twice for the same search but store the result
mod - src/Mod/PartDesign/Gui/TaskHoleParameters.cpp Diff File

master c0b2188a

2020-10-19 12:42:32

wmayer

Details Diff
PartDesign: [skip ci] make the hole feature more forgiving in case of inconsistent configuration
mod - src/Mod/PartDesign/App/FeatureHole.cpp Diff File

master 675fdd7c

2020-10-19 08:47:13

wmayer

Details Diff
travis: disable TechDraw for macOS build
The travis builds for macOS always stop at around 82% and this is a test to see if the build runs out of memory
mod - .travis.yml Diff File

master 4d3ea2d8

2020-10-19 00:43:12

realthunder


Committer: yorik Details Diff
Draft: support object without shape in DraftLink
mod - src/Mod/Draft/draftobjects/draftlink.py Diff File

master 4c16bef1

2020-10-19 00:40:03

mlampert

Details Diff
Allow voronoi edges to be traversed in any direction and use that to sort the sequence of milling the wires.
mod - src/Mod/Path/PathScripts/PathVcarve.py Diff File

master fb2a747a

2020-10-19 00:36:48

mlampert

Details Diff
Added sorting over all wires, not just the ones of a single face
mod - src/Mod/Path/PathScripts/PathVcarve.py Diff File

master 2046db09

2020-10-19 00:10:00

mlampert

Details Diff
Added sorting of voronoi wires to minimize rapid moves
mod - src/Mod/Path/PathScripts/PathVcarve.py Diff File

master ebe5bb0e

2020-10-18 23:56:36

mlampert

Details Diff
New vcarve wire detection algorithm using the new z-values of toShape
mod - src/Mod/Path/PathScripts/PathVcarve.py Diff File

master d40c18b3

2020-10-18 23:36:24

mlampert

Details Diff
Fixed parabola calculation if vornonoi edge starts close to its location.
mod - src/Mod/Path/App/VoronoiEdgePyImp.cpp Diff File

master 16ec7c36

2020-10-18 21:37:43

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003976 from sliptonic/master

fix build problem with path
mod - cMake/FreeCAD_Helpers/CheckInterModuleDependencies.cmake Diff File

master 27297255

2020-10-18 21:36:47

sliptonic

Details Diff
fix build problem with path
mod - cMake/FreeCAD_Helpers/CheckInterModuleDependencies.cmake Diff File

master 95026983

2020-10-18 20:07:21

J-Dunn


Committer: GitHub Details Diff
Add files via upload

Path: grbl_post G83 expansion , G1 on initial move to retract_Z height to allow retraction height to remain inside hole. This can be useful to avoid widening hole entrance with multiple drill re-entries.moves
mod - src/Mod/Path/PathScripts/post/grbl_post.py Diff File

master 3764b404

2020-10-18 19:28:12

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003966 from sliptonic/feature/RtoIJarcs

[PATH] Add RtoIJ function to PathUtils. fixes 0002606
Affected Issues
0002606
mod - src/Mod/Path/PathScripts/PathUtils.py Diff File

master c6a7f28d

2020-10-18 19:26:47

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003939 from plaes/minor-build-nitpicks

[build / PATH]: Minor build nitpicks
mod - cMake/FreeCAD_Helpers/CheckInterModuleDependencies.cmake Diff File

master b00acc78

2020-10-18 19:26:17

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003962 from sliptonic/feature/boundaryenforcecontrol

PATH: add boundary enforcement to the task panel
mod - src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui Diff File
mod - src/Mod/Path/PathScripts/PathSurfaceGui.py Diff File

master adbe6969

2020-10-18 19:25:45

sliptonic


Committer: GitHub Details Diff
Merge pull request 0003956 from sliptonic/bug/pathsanity

Path: handle missing target directory in Path-Sanity
mod - src/Mod/Path/PathScripts/PathSanity.py Diff File

master 0e0156a2

2020-10-18 18:41:20

GaryH


Committer: Gary L Hasson Details Diff
Add files via upload
add - src/Mod/Path/PathScripts/post/marlin_post.py Diff File

master 1f0b7793

2020-10-18 15:08:18

wmayer

Details Diff
Revert "PartDesign: [skip ci] fixes 0004371: Changing Hole profile from ISO to nothing is not possible: "Hole: Cannot get value from invalid enumeration""

This reverts commit fe3f1b51b7be58367d08c5bb0f9f9d292671bb39.
Affected Issues
0004371
mod - src/Mod/PartDesign/App/FeatureHole.cpp Diff File

master 54e29ac2

2020-10-18 14:18:34

wmayer

Details Diff
macOS: suppress some warnings
mod - src/3rdParty/salomesmesh/src/SMESH/GEOMUtils.cpp Diff File
mod - src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp Diff File
mod - src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp Diff File
mod - src/Gui/3Dconnexion/GuiNativeEventMac.cpp Diff File

master 38fcf770

2020-10-18 14:17:48

wmayer

Details Diff
Qt5: fix build failure with Qt 5.15
mod - src/Gui/Quarter/Mouse.cpp Diff File
 First  Prev  1 2 3 ... 70 ... 78 79 80 81 82 83 84 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last