Commit Graph

419 Commits

Author SHA1 Message Date
sliptonic
158a21b58d Path: Centroid post re-write 2017-07-07 16:42:06 -05:00
sliptonic
f444f96c7d re-arrange TestPathPost setup to simplify testing muliple posts 2017-07-07 16:42:06 -05:00
sliptonic
c2abbe354c Path: MillFace start point 2017-07-07 16:42:06 -05:00
Itai Nahshon
80ddf5cf39 Reset depth_params index when starting a new iterator.
Otherwise when a profile consists of multiple cuts (example: profile outline+circles+holes) only the first one
will respect the requested depths.
2017-07-05 15:04:39 +02:00
Markus Lampert
77647237db Fixed spelling error in profile. 2017-07-04 10:41:35 +02:00
Markus Lampert
9ff4e3aa8a Fix depth_params for python3. 2017-07-03 12:17:30 -07:00
Markus Lampert
9f28b18cb6 Made posts into a module and use it for import. 2017-07-01 12:39:04 +02:00
PLChris
bd85cc5399 Fix tooltable xml import 2017-06-28 22:05:07 +02:00
sliptonic
26184c5046 Path: make pathmillface use different depth calculation 2017-06-28 21:49:12 +02:00
sliptonic
0f780a8c3e Path: fix import problem in toolcontroller 2017-06-28 21:49:12 +02:00
sliptonic
3f6c659874 Path: if TC is none, partials wouldn't post
added H parameter to linuxcnc post for tool length offset
2017-06-28 21:46:44 +02:00
sliptonic
5f77eea2aa Path: Adding Apply buttons
Give user more control of when long
running updates are executed in task
panels
2017-06-28 21:46:44 +02:00
sliptonic
38de5a247c Path: cancel for pocket 2017-06-28 21:46:44 +02:00
sliptonic
7532011104 Path: remove obsolete code from cmake
also refactored depthparams and fixes to depths
on various operations
2017-06-28 21:46:44 +02:00
sliptonic
ae29107aa9 path: more collision support
Made depthparams an iterable.
2017-06-28 21:46:44 +02:00
sliptonic
a6aebe8571 Path: unsetEdit support 2017-06-28 21:46:44 +02:00
sliptonic
b34815746e Path: adding cancel buttons to operations 2017-06-28 21:46:44 +02:00
sliptonic
88fe33b0b3 Path: cleanup and add collision 2017-06-28 21:46:44 +02:00
wmayer
70c71505bb fix cyclic dependency with Py2 import 2017-06-28 21:37:34 +02:00
looooo
302469ceef path_script py3-fixes 2017-06-26 22:30:51 +02:00
Markus Lampert
9626ee24f6 Fixed deletion of dressup - clearing child object pointer prevents Tree from moving it to the root of the tree. 2017-06-26 11:10:15 -03:00
Markus Lampert
22fa9a7cc7 Fixed job dialog commit. 2017-06-26 11:10:15 -03:00
Markus Lampert
5e4533c959 Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components. 2017-06-21 11:41:35 -07:00
Markus Lampert
edd63bec4a Fixed contour setting the visibility although there is no ViewObject associated with it. 2017-06-21 11:41:35 -07:00
Markus Lampert
05add01cb4 Disabling tags if the cannot generate commands. 2017-06-21 11:41:35 -07:00
Markus Lampert
659d98eca5 Added wating_effects for holding tag generation - big improvement. 2017-06-21 11:41:35 -07:00
Markus Lampert
074d012ec3 Moved all post/pre processor into their own directory. 2017-06-21 11:41:35 -07:00
Markus Lampert
a0d3d020eb Proper taskk panel cleanup on escape. 2017-06-21 11:41:35 -07:00
Markus Lampert
25d5c49577 Fixed post processor loading. 2017-06-21 11:41:35 -07:00
Markus Lampert
00ec9b617c Allow multiple holding tags to be added - until user hits Esc or presses the Done button. 2017-06-21 11:41:35 -07:00
Markus Lampert
efba956711 Changed marker spheres to have constant size regardless of view scale. 2017-06-21 11:41:35 -07:00
Markus Lampert
25d3c839c1 Made holding tags tolerant to panelsheet base objects. 2017-06-21 11:41:35 -07:00
Markus Lampert
7a381ed7d0 Switched solid detection to blacklisting instead of whitelisting. 2017-06-21 11:41:35 -07:00
Markus Lampert
40c92e49ee Removed questionable log message. 2017-06-21 11:41:35 -07:00
Markus Lampert
a8390445d2 Fixed spindle speed limitation in UI and template restore. 2017-06-21 11:41:35 -07:00
Markus Lampert
61b0a8b809 Changed empty template selection to '<none>'. 2017-06-21 11:41:35 -07:00
Markus Lampert
1ce3b242f2 Added solid detection and consolidated PathJob Base selection option (removed empty option). 2017-06-21 11:41:35 -07:00
Markus Lampert
71f03bd0bd Added support for PanelSheets. 2017-06-21 11:41:35 -07:00
Markus Lampert
3ac13a1e31 Some cleanup and refactoring. 2017-06-21 11:41:34 -07:00
Markus Lampert
f489bce6b1 Added Job attributes to the template. 2017-06-21 11:41:34 -07:00
Markus Lampert
c121c6c0f7 Added template selection and preference integration to job creation dialog. 2017-06-21 11:41:34 -07:00
Markus Lampert
53bb8be7fd Added file dialog to job export. 2017-06-21 11:41:34 -07:00
Markus Lampert
e6c2f7a356 Added file path and job template to preferences. 2017-06-21 11:41:34 -07:00
Markus Lampert
4704437136 Made job creation sequence a bit nicer. 2017-06-21 11:41:34 -07:00
Markus Lampert
c7a6670362 Simple job initialisation from template xml file. 2017-06-21 11:41:34 -07:00
Markus Lampert
05274273e9 Added export of job template - fixed output file. 2017-06-21 11:41:34 -07:00
Markus Lampert
fb5ca9d77b Renamed LoadTool to ToolController. 2017-06-21 11:41:34 -07:00
Markus Lampert
a22b314a99 Replaced Tooltable with Tool in the TC;
Added PropertyTool;
Fixed sanity check.
2017-06-21 11:41:34 -07:00
looooo
f1bdd58c74 py3: fix some simple incompapilities
issue 0000995
2017-06-21 11:25:30 +02:00
wmayer
0f199064f3 only change view provider stuff when GUI is up 2017-06-20 12:16:05 +02:00