Commit Graph

1756 Commits

Author SHA1 Message Date
sliptonic
0dbaed5d7b Merge branch 'master' into feature/coolant-management 2019-08-29 09:46:32 -05:00
Daniel Wood
9d5b76b395 Update the adaptive form so the widgets align. 2019-08-28 20:17:57 +01:00
Daniel Wood
0621047cf8 Change the coolant label on the setupsheet
... to be consistent with the rest of the forms.
2019-08-28 20:00:37 +01:00
Daniel Wood
c10e788367 Add coolant to the linuxcnc_post 2019-08-28 19:40:09 +01:00
Daniel Wood
5915ca00f1 Handle setting the coolant mode on the job ui 2019-08-28 19:40:09 +01:00
Daniel Wood
72f4ce6676 Handle setting the coolant mode on the setupsheet 2019-08-28 19:40:09 +01:00
Daniel Wood
e6f6ba60ba Add a coolant mode combobox to the op ui 2019-08-28 19:40:09 +01:00
Daniel Wood
765cbfd9e2 Handle selecting the coolant mode in the forms 2019-08-28 19:40:08 +01:00
Daniel Wood
55ba721155 Add coolant feature to Ops 2019-08-28 19:40:08 +01:00
Daniel Wood
2085cf338a Add a coolant feature to the base PathOP 2019-08-28 19:40:08 +01:00
Daniel Wood
63d3181f2d Remove unused function definition 2019-08-27 07:15:23 +01:00
Daniel Wood
0ac04c41d4 Merge branch 'master' into feature/tooltable 2019-08-26 21:30:16 +01:00
Daniel Wood
23c3bfb163 clean up unused code 2019-08-26 21:27:06 +01:00
Daniel Wood
7c74411c32 Return document jobs for copy commands
Return the document jobs when creating tool controllers.
2019-08-26 21:24:44 +01:00
sliptonic
ef6b1d4107 Merge pull request #2386 from IMbackK/DrillRetractHight
[Path] Drill Ui cleanup
2019-08-26 15:08:11 -05:00
Daniel Wood
d34ee627d8 Import and opening current tool tables
Handle opening and importing current  (pre-0.19) tool tables.
2019-08-26 20:19:12 +01:00
Dubstar_04
f181565a40 Check there is preference data before reading it 2019-08-26 07:59:09 +01:00
Dubstar_04
2f478e5a58 Make sure the tool list get cleared
Ensure the tool list gets clear when all tooltables are deleted.
2019-08-26 07:59:09 +01:00
Dubstar_04
f9a591b06d Allow multiple Tool Tables
Allow path to hold multiple tool tables
2019-08-26 07:59:09 +01:00
Dubstar_04
3876a5989d Tidy up includes and whitespace 2019-08-26 07:59:09 +01:00
Dubstar_04
8a8d5f0a3f Seperate ToolTable and Tool implementations
Seperate the tooltable and tool implementations.
2019-08-26 07:59:09 +01:00
sliptonic
c619c1b77f Merge pull request #2451 from sgrogan/pathtest_fix
Pathtest fix
2019-08-25 16:01:35 -05:00
sgrogan
ccc497ee9b fix indent 2019-08-24 10:45:00 -04:00
sgrogan
325eb3abbe Fix Path tests when running from build dir 2019-08-24 10:41:36 -04:00
Patrick Felixberger
14816e18c6 Cleaned up grbl_post and added tool-change option, which was lost in last update 2019-08-22 19:17:29 +02:00
wmayer
16049ac959 add TestPathHelix.py to CMake 2019-08-22 18:49:45 +02:00
Markus Lampert
736f02936a Unit test helix based on a clone 2019-08-22 18:03:18 +02:00
Markus Lampert
3101744582 More helix unit tests 2019-08-22 18:03:03 +02:00
Markus Lampert
f0602457d7 Fixed PathHelix assert statements 2019-08-22 18:02:49 +02:00
Markus Lampert
1ccab04869 Added basic test case for PathHelix 2019-08-22 18:02:35 +02:00
Dubstar_04
056a8e07e5 Ensure the tool parameters are saved
Ensure the tool parameters are saved to the tool table
2019-08-17 19:51:45 +01:00
Zheng, Lei
de93446a1c Test cases changes
Slight adjustment of various test cases due to various API changes.
2019-08-17 15:32:48 +02:00
Zheng, Lei
cfc6c0ee89 Path changes
* Relaxed valid base shape requirement, as long as it can return a
  shape using part.getShape()

* Improve ViewProviderPath performance by sharing the same selection
  observer

* Relocate libarea binary installation
2019-08-17 15:15:48 +02:00
sliptonic
892bfa92a4 Merge pull request #2412 from mlampert/feature/misc-improvements
Path: Feature/misc improvements
2019-08-16 15:49:31 -05:00
sliptonic
912fda45f3 Merge pull request #2426 from dubstar-04/Fixture-Travel-Height
[Path] Make the z traverse height equal to the stock z max plus the clearanc…
2019-08-16 14:24:23 -05:00
sliptonic
76d55281c9 Merge branch 'master' into feature/misc-improvements 2019-08-16 13:38:10 -05:00
Dubstar_04
9ee28057d1 Make the z traverse height equal to the stock z max plus the clearance height. This should help avoid fixtures and such. 2019-08-14 09:30:55 +01:00
IMback
6e129a8ec5 Improve irregular hole detection. 2019-08-11 20:56:17 +02:00
IMback
48a0a50d50 Changed hole diameter detection to avoid tessilation inaccuracies in more cases. 2019-08-11 17:16:22 +02:00
Markus Lampert
b6f856ae61 Set transparency of base model clones to 80 2019-08-10 15:26:24 -07:00
Markus Lampert
820ce14926 Auto complete job template name if naming convention isn't met 2019-08-10 15:26:24 -07:00
IMback
ac16f2f673 Restore R parameter behavior 2019-08-08 19:29:26 +02:00
IMback
4fdec77034 Peck retract height default changed from 10mm to opStartDepth+1
Peck depth default changed to tool dia*0.75
Fields changed to QuanitiySpinBoxes
Insure travel between regions is always performed at safe height
Make Peck and Dwell exclusive in GUI
Restore name of RetractHeight
Use SetupSheet for all numerical properties
2019-08-08 10:38:30 +02:00
sliptonic
ef9ad22c1e Merge pull request #2380 from Russ4262/patch-2
[Path] PathCircularHoleBase: Re-enable Final Depths below hole bottom
2019-07-31 13:51:56 -05:00
IMback
a6c6c73c96 Make Deburr Pannel rasonably sized 2019-07-28 23:25:26 +02:00
Russell Johnson
db3bb0dc0d Re-enable Final Depths below hole bottom
Also some flake8 cleanup and removal of unnecessary comments and code.
2019-07-26 14:17:57 -05:00
sliptonic
afce7318b1 Merge pull request #2379 from Russ4262/patch-1
[Path] MillFace: SetupProperties() syntax correction for broken Job GUI fix
2019-07-26 13:51:04 -05:00
Russell Johnson
228bd786fe Fix: SetupProperties() syntax correction
Job GUI broken due to SetupProperties() syntax error
2019-07-26 11:18:49 -05:00
Russell Johnson
940f3b300a ProfileFaces: fix "HandleMultipleFeatures" set to individually
Summary condition produced error and no paths; corrected subshape passed to getEnvelope().
Removed unnecessary comments.
Simplified debug level setting.
2019-07-25 14:54:22 -05:00
sliptonic
5785d3b8bf Merge pull request #2373 from kreso-t/master
PathAdaptive:  bugfix
2019-07-24 08:22:46 -05:00