Alexander Gryson
dd4d48a201
Fix PathPost/PathJob mixup
2016-12-22 22:27:56 +01:00
Alexander Gryson
dcd8174be6
Add metadata
2016-12-22 17:20:57 -02:00
Alexander Gryson
da91d51ce2
Integrate forum feedback
2016-12-22 17:20:57 -02:00
Alexander Gryson
53e24056d5
Update Path Workbench icons
2016-12-22 17:20:57 -02:00
wmayer
5acdaed2e3
fix various clang warnings
2016-12-18 16:08:30 +01:00
wwmayer
12565e9c80
Merge pull request #378 from wwmayer/qt5_port
...
Qt5 port
2016-12-14 09:37:35 +01:00
wwmayer
9432da72fa
Merge pull request #376 from sliptonic/BugFixes
...
Bug fixes
2016-12-13 16:45:49 +01:00
wmayer
743b83e853
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
6cfaf916f8
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
sliptonic
d8dd2ed28a
Merge branch 'feature/probemoves' into BugFixes
2016-12-11 12:49:42 -06:00
sliptonic
92c2dce16d
PATH: More reasonble defaults for new tools
2016-12-11 12:47:56 -06:00
sliptonic
7421a3e9ee
PATH: Highlighting in Inspect
2016-12-11 12:43:10 -06:00
sliptonic
2b94b7d919
PATH: Simple command to build a probe grid.
2016-12-08 10:26:58 -06:00
sliptonic
2a8ce27ac2
PATH: Add support to visualize probe moves
...
G38.2/3/4/5
2016-12-07 19:24:54 -06:00
Markus Lampert
19d15d470b
Fix for Path visualisatin of helixes.
2016-12-06 20:08:18 -02:00
Markus Lampert
a9bda71acb
Fixed SoBrepEdgeSet error (thanks to wmayer).
2016-12-02 12:35:00 -08:00
wwmayer
bc7dd1e18f
Merge pull request #357 from mlampert/PathGeom
...
Path: Path->Wire transformation and other goemetry helpers.
2016-12-01 12:48:03 +01:00
Markus Lampert
c81c81dd12
Added wire(s)ForPath functions with test.
2016-11-28 15:52:17 -08:00
ml
a806e6bc50
Added arguments to dialog and script call.
2016-11-20 20:07:44 -08:00
Markus Lampert
9774fdc931
Moving tag processing into Tag itself.
2016-11-18 15:35:30 -08:00
ml
dbc39621f7
Renamed tabs to tags.
2016-11-17 11:43:00 -08:00
ml
7aff1d33b6
Changed tabs to be editable.
2016-11-17 11:37:52 -08:00
ml
9550d9b159
First shot at base algorithm for inserting holding tabs.
2016-11-17 11:37:52 -08:00
sliptonic
1b7d929f9e
Holding tag bugs
...
Removed OCC from profile
Add option to suppress profile of perim.
2016-11-13 14:51:36 -06:00
sliptonic
cdfd09a7cb
incorporating TechDraw findShapeOutline
2016-11-13 14:51:36 -06:00
sliptonic
978d3c133d
icons
2016-11-13 14:51:36 -06:00
sliptonic
102f281ba1
Initial commit of facing op
2016-11-13 14:51:36 -06:00
sliptonic
d30a5c59a6
remove unneeded base geometry tab
2016-11-13 14:51:36 -06:00
sliptonic
2d7d19e8ec
Patch from nahshon
...
http://forum.freecadweb.org/viewtopic.php?f=15&t=18148&sid=9dcb94b872e170a78e8940bd08880b92&start=10#p143439
2016-11-04 09:19:49 -05:00
Markus Lampert
4b67af15fe
Improved default behaviour and removed output-policy from job settings.
2016-11-02 10:58:35 +01:00
Markus Lampert
33ca2275e7
Switched job assignments to be empty which uses the default from the prefrences - if no preferences can't be found the user is prompted.
2016-11-02 10:58:35 +01:00
ml
27f47f84dd
Added suppor for default OutputFile with templates and a policy on how to deal with file name conflicts.
2016-11-02 10:58:35 +01:00
ml
a66b4683ba
Added tooltip processing to the job preferences page.
2016-11-02 10:58:35 +01:00
ml
cc4e05c1d4
Basic Job preferences dialog
2016-11-02 10:58:35 +01:00
Markus Lampert
70b445a099
Added argument support for post processors - examples in linuxcnc_post.py.
2016-11-02 10:58:35 +01:00
sliptonic
710624309e
really ugly icons.
...
Maybe someone with talent will help.
2016-10-24 12:49:57 -02:00
ml
17418a0144
Better naming, also for properties.
2016-10-18 16:53:04 -07:00
ml
cb12709955
Added tooltips and label for distance.
2016-10-18 16:53:04 -07:00
ml
d0ab5d258a
Added support for custom lengths.
2016-10-18 16:53:03 -07:00
ml
7ff68a2e32
Added support for enabling and disabling individual bones in the dressup.
2016-10-18 16:53:03 -07:00
ml
29facba79c
Basic task panel.
2016-10-18 16:53:03 -07:00
sliptonic
892f9f784d
PathSurface now uses base object from job.
...
This means Surface won't work on Meshes directly.
They should be converted so FreeCAD solids first.
Surface still needs lots of work.
2016-10-15 15:25:54 -03:00
sliptonic
327044ff2a
Edge Profile operation
2016-10-15 15:25:54 -03:00
sliptonic
b7a6f916d8
Drilling handles multiple locations
...
Jog rates started
Automatically create default tool in new job.
2016-10-15 15:25:54 -03:00
sliptonic
cddccdf4c7
Tool Library replaces ToolTable Job replaces Project
2016-10-15 15:25:54 -03:00
Yorik van Havre
83d7655e73
Path: remove old dislay if path becomes empty - fixes #2484
2016-09-30 19:35:26 -03:00
wmayer
dbfcc77e6a
fix -Wextra & -Wdeprecated in Path
2016-09-22 18:53:24 +02:00
sliptonic
d806311caf
bug with EngraveEdit
2016-09-15 20:28:33 -05:00
wmayer
33f12f641b
fix Coverity issues
2016-09-03 12:35:34 +02:00
sliptonic
fadbd5e424
Bug fixes:
...
fixes reparenting bug when dressup is deleted
Engrave wasn't using final depth value
Dragknife Dressup not correctly calculating spin direction or curve intersection
Per Yorik, fix crash if PartGui hasn't been loaded
Allow selection of bottom face for profiling
Bug # 0002615
2016-08-04 14:28:59 -03:00