Commit Graph

15555 Commits

Author SHA1 Message Date
Bernd Hahnebach
2ed3144dc7 FEM: unit test, add some TODO comment 2020-03-19 00:16:36 +01:00
wmayer
d295cfb5b2 Gui: [skip ci] add function to convert Inventor file into STL format 2020-03-18 22:27:24 +01:00
Russell Johnson
a95a53f6eb Fix application of DepthOffset property 2020-03-18 12:32:45 -05:00
Russell Johnson
71de5955a9 Expose linear and angular deflection for mesh conversion 2020-03-18 12:21:37 -05:00
Russell Johnson
2b094f0160 PathSurface: Add select-face(s) feature and other improvements
New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature:  Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`.  New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`.  Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.

Added new feature and property: `CutPatternReversed`. This will make Circular, Line, and ZigZag patterns work in reverse order - outside to inside. 
PathSurface: Add select-face(s) feature and other improvements

New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature:  Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`.  New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`.  Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.
2020-03-18 12:21:37 -05:00
donovaly
bb4352c62d DlgPrefsTechDraw3.ui: fix overall height
- not really important but while I am at it...
2020-03-18 09:52:42 -04:00
donovaly
909b702995 [TD] improve dialogs
- DlgPrefsTechDraw3.ui: improve wording as discussed
- TaskCL2Lines.ui: morph option to QCheckBox
- TaskCenterLine.cpp: the Aligned option is not available for face mode
- TaskCenterLine.ui: use same default line style as in prefs
- TaskCenterLine.ui: correct tooltip for align option
2020-03-18 09:52:42 -04:00
Bernd Hahnebach
d103e52c1d FEM: base python object, pep8 and doc strings 2020-03-18 12:57:16 +01:00
Bernd Hahnebach
5dbe3b346a FEM: base python object, fix and comment 2020-03-18 12:42:14 +01:00
Bernd Hahnebach
632f66f3cf FEM: base python object, add missing getstate method 2020-03-18 12:35:04 +01:00
Bernd Hahnebach
06a9a89eb2 FEM: Python base VP, logs in get icon 2020-03-18 08:25:48 +01:00
Bernd Hahnebach
4bfa8ab455 FEM: newlines 2020-03-18 08:25:36 +01:00
Bernd Hahnebach
8e9523b547 FEM: unit test, get rid of ActiveDocument 2020-03-17 21:39:56 +01:00
Bernd Hahnebach
24247c9a1d FEM: unit test, code improvements 2020-03-17 21:25:04 +01:00
Bernd Hahnebach
d68ca08b54 FEM: unit test, get rid of ActiveDocument 2020-03-17 21:24:53 +01:00
sliptonic
c02b0e43dd Merge pull request #3188 from Schildkroet/grbl-post
[Path] Updated grbl post processor
2020-03-17 14:02:53 -05:00
sliptonic
a4e9992ea7 Merge pull request #3195 from dubstar-04/post/Mach3-Mach4
[Path] Post/mach3 mach4
2020-03-17 14:01:47 -05:00
wandererfan
5f1f5f2195 [TD]fix bad preference keys
- GeomHatch color, centerline color, ortho balloon
  filled triangle end
2020-03-17 08:45:26 -04:00
WandererFan
505521a0e3 [TD]fix welding tile file included setup 2020-03-17 08:45:26 -04:00
WandererFan
47aeca65e1 [TD]fix Section file included set up 2020-03-17 08:45:26 -04:00
donovaly
9fd5b0e97f [TD] more preferences work
- General: add missing tooltips, rearrange 2 color entries, uniform wording
- all tabs: uniform right-alignment for spin boxes
- Dimensions: add icons and clarify option name
2020-03-16 22:38:00 -04:00
Daniel Wood
9e1a7d6c7b Include the new Mach 3/4 post 2020-03-16 23:23:45 +00:00
Daniel Wood
68dc0d9874 [Path] - Add Mach3 / Mach4 Post
This post has been created because Mach is unable to use constant velocity mode with G0 resulting in jerky movement when using adaptive paths. This post converts the G0 moves to G1 and uses the tool controllers rapid speeds.
2020-03-16 23:22:30 +00:00
donovaly
d3413c2182 [Import] improve DXF version creation
- use App/Application.h instead of Build/Version.h to avoid permanent recompilation as discussed: https://forum.freecadweb.org/viewtopic.php?p=377404#p377401
2020-03-16 23:49:00 +01:00
Daniel Wood
f5d2ce252c [Path] fix tool changes (Revert previous change) 2020-03-16 22:24:14 +00:00
Patrick Felixberger
61d578bb61 Code clean up 2020-03-16 18:30:30 +01:00
wmayer
595a0ae4d4 Cloud: fix build failure under Linux caused by 275f302e0d26 2020-03-16 15:22:26 +01:00
wandererfan
f55e724891 [TD]fix crash when Section deleted during creation
- if the Section is deleted while the section dialog
  is still in progress, further processing in the
  dialog would cause a crash.
- should have "update intent" locks to prevent this
2020-03-16 08:57:08 -04:00
wandererfan
7100eb4ba3 [TD]synchronize defaults in code and prefs 2020-03-16 08:57:08 -04:00
MA-LAPTOP\apeltauer
1bd639bb52 merge cloud wb modfications 2020-03-16 12:24:40 +01:00
Bernd Hahnebach
04330da245 FEM: hide all vtk post objects on task panel open of result and gmsh mesh 2020-03-16 11:05:08 +01:00
Bernd Hahnebach
e4486f0c2a FEM: Python base VP, better check in get icon 2020-03-16 11:05:01 +01:00
Bernd Hahnebach
799070a3dc FEM: do not use base vp for result mesh object, fixes some problems 2020-03-16 11:04:54 +01:00
Bernd Hahnebach
1ac896a824 FEM: improve imports 2020-03-16 11:04:48 +01:00
dulouie
134c841e08 Sketcher: fix contraints cmd crosshair color 2020-03-16 09:34:21 +01:00
Bernd Hahnebach
480622a9a9 FEM: improve some licence headers and doxygen docu 2020-03-16 06:44:00 +01:00
Patrick Felixberger
fdfee417fa Updated grbl post processor 2020-03-16 00:11:24 +01:00
sliptonic
2430ab4866 Merge pull request #3148 from Schildkroet/millface-drilling-improvements
[Path] Millface & drilling improvements
2020-03-15 09:43:41 -05:00
sliptonic
af75e19c4c Merge pull request #3171 from dubstar-04/fixes/post
[Path] - Handle Post Processing Operations with Dressups
2020-03-15 09:42:16 -05:00
sliptonic
7e689279da Merge pull request #3172 from dubstar-04/fixes/LinuxCNC_Post
[Path] - Use PathUtil to check if op is active.
2020-03-15 09:39:32 -05:00
donovaly
80e26b01a3 [TD] sanitize Scale preferences
- take care that custom scale is only in effect if the scale type is 'Custom'
- use UnitSpinBox for Template Mark
- use uniform width for all scale edits
- also use UnitSpinBox for Balloon Kink
2020-03-15 09:15:14 -04:00
donovaly
0cc3a2778b [TD] use icons uniform in all dialogs
(preferences and task)

- also uniform wording
2020-03-15 09:14:48 -04:00
wmayer
471ca75273 [skip ci] fix copy&paste errors 2020-03-15 11:59:22 +01:00
Bernd Hahnebach
9650d94221 FEM: gmsh vp, hide post pipeline too 2020-03-14 21:51:43 +01:00
Bernd Hahnebach
5214c81ed4 FEM: some modules, better document handling 2020-03-14 21:45:24 +01:00
Bernd Hahnebach
9d76f458a8 FEM: fem mesh 2 mesh, fix example code 2020-03-14 21:45:18 +01:00
Bernd Hahnebach
1c822dcf6e FEM: solver frame work, get rid of Active Document code 2020-03-14 21:45:11 +01:00
Bernd Hahnebach
4df9ddc48e FEM: solver base writer, add document as attribut 2020-03-14 21:45:01 +01:00
Bernd Hahnebach
b4727622a9 FEM: ccx tools, better document handling 2020-03-14 21:44:55 +01:00
Bernd Hahnebach
af25ac9612 FEM: ccx unit tests, fix create result method 2020-03-14 21:44:49 +01:00