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
2b94b7d919
PATH: Simple command to build a probe grid.
2016-12-08 10:26:58 -06:00
Markus Lampert
c81c81dd12
Added wire(s)ForPath functions with test.
2016-11-28 15:52:17 -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
sliptonic
d806311caf
bug with EngraveEdit
2016-09-15 20:28:33 -05: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
Lorenz Hüdepohl
87ce05f225
Path: add plunge angle feature for PathProfile
...
With the new property "PlungeAngle", one can specify the inclination of
a ramp into the material, instead of plunging straight down. The
original behaviour and default is set to 90.0 degrees. A value of zero
makes the tool descent exactly one layer depth down per turn.
2016-06-13 15:27:21 +02:00
brad
30f3e93349
Operations and ToolControllers have labels set automatically.
...
This will hopefully make things a little clearer
A couple more Sanity checks.
Don't error if no TC in project.
2016-05-23 13:04:58 -03:00
sliptonic
e6e3528c3f
new icons
2016-05-23 13:04:58 -03:00
sliptonic
765c6a9d8a
defaults if objects pre-selected. Fixes
...
Smarter default for inside outside profiles
first commit
2016-05-23 13:04:58 -03:00
sliptonic
a9d1949ed1
cmake fixes
2016-05-23 13:04:58 -03:00
sliptonic
1b70ddaf0d
Code cleanup and additional work on panels
2016-05-23 13:04:58 -03:00
sliptonic
702205ef89
cmake fixes for engrave task panel
2016-05-23 13:04:58 -03:00
sliptonic
b67f6f1886
Extensive Path Workbench improvements.
...
Implement libarea improvements for profile
Implement libarea pocketing.
consolidate occ and libarea pocketing operation into one with algorithm
switch
consolidate occ aand libarea profile op into one with algorithm switch
add basic engraving operation.
Add rough UI for profile holding tags
implement holding tags for libarea profile.
implement basic defaults for depth settings.
First move in Drilling is rapid to clearance height.
UI needs lots of work but is usable.
2016-05-23 13:04:58 -03:00
Yorik van Havre
819f790900
updated translations
2016-04-06 22:39:34 -03:00
Yorik van Havre
66e33b066a
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
7d0012e160
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00
Yorik van Havre
81008006c0
Updated translation files
2016-03-01 12:34:03 -03:00
triplus
93c7a6bcac
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
f93b1b26df
Added updated translations from crowdin - fixes #2443
2016-02-26 18:32:02 -03:00
Yorik van Havre
3c7d929ed2
Updated ts files
2016-02-12 14:22:04 -02:00
Yorik van Havre
d2a6c95993
Path: Fixed translation stuff - issue #2443
2016-02-09 17:05:57 -02:00
Yorik van Havre
3106ca7df3
Added slovenian language
2016-02-03 13:36:51 -02:00
Yorik van Havre
758b0778d4
Updated translations with latest from crowdin
2016-02-01 23:32:58 -02:00