Commit Graph

1228 Commits

Author SHA1 Message Date
Daniel Wood dad96e2713 fix typo 2019-09-10 14:27:49 +02:00
Daniel Wood 3b4c5549e8 Don't try deleting tool tables when none exist. 2019-09-09 20:26:55 +01:00
Daniel Wood bdf929533f Make sure the tool current tool table gets set. 2019-09-09 20:19:46 +01:00
Daniel Wood 4858d917b1 Check there is preference data before attemping to load it. 2019-09-09 18:52:47 +01:00
sliptonic fb5d7fa076 Merge pull request #2499 from dubstar-04/feature/tooltable
[Path] Enable Tool Duplication and Moving
2019-09-08 13:50:02 -05:00
Daniel Wood 68673202eb Add option to supress the tool length offset 2019-09-06 12:29:25 +01:00
Daniel Wood c3e7d7c73f Add tool height offsets to Linuxcnc_post 2019-09-06 12:29:25 +01:00
Daniel Wood 36c548e358 Move the ToolLibraryEditor code to its own file 2019-09-05 21:28:48 +01:00
Daniel Wood fdff47fe3c Tidy up / remove unused code 2019-09-05 21:04:40 +01:00
Daniel Wood 692b615348 Enable tool duplication and moving
Adds tool duplication and drag and drop for moving tools to other tool tables
2019-09-05 21:01:58 +01:00
Daniel Wood 3ad1db6dc7 clean up comments 2019-09-05 21:01:58 +01:00
Daniel Wood ac3240248e Allow editing and duplication of tools 2019-09-05 21:01:58 +01:00
Daniel Wood 3172baa816 Only show essential tool data in the tool table 2019-09-05 21:01:58 +01:00
luz.paz f22ae848ea Fix misc. typos, whitespace, and http:// to https:// issues 2019-09-03 11:11:43 -03:00
wmayer 00c016a967 fix bug in Path module: str has no attribute UserString 2019-09-01 22:14:53 +02:00
sliptonic dccf8484cc Merge branch 'master' into feature/coolant-management 2019-08-29 09:46:32 -05:00
Daniel Wood 09a1be0894 Update the adaptive form so the widgets align. 2019-08-28 20:17:57 +01:00
Daniel Wood 0484141a57 Add coolant to the linuxcnc_post 2019-08-28 19:40:09 +01:00
Daniel Wood 32509136ee Handle setting the coolant mode on the setupsheet 2019-08-28 19:40:09 +01:00
Daniel Wood 2996b815ae Handle selecting the coolant mode in the forms 2019-08-28 19:40:08 +01:00
Daniel Wood bdcccc08b1 Add coolant feature to Ops 2019-08-28 19:40:08 +01:00
Daniel Wood 8b0e244ed4 Add a coolant feature to the base PathOP 2019-08-28 19:40:08 +01:00
Daniel Wood 5c0fbe75e4 Merge branch 'master' into feature/tooltable 2019-08-26 21:30:16 +01:00
Daniel Wood 27d3b57b7b clean up unused code 2019-08-26 21:27:06 +01:00
Daniel Wood 990db1a316 Return document jobs for copy commands
Return the document jobs when creating tool controllers.
2019-08-26 21:24:44 +01:00
sliptonic 48e91bdc79 Merge pull request #2386 from IMbackK/DrillRetractHight
[Path] Drill Ui cleanup
2019-08-26 15:08:11 -05:00
Daniel Wood 8faf893f98 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 9a5766e451 Check there is preference data before reading it 2019-08-26 07:59:09 +01:00
Dubstar_04 3aec5ca8b8 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 51f96a40fc Allow multiple Tool Tables
Allow path to hold multiple tool tables
2019-08-26 07:59:09 +01:00
Patrick Felixberger 31d6d5fa70 Cleaned up grbl_post and added tool-change option, which was lost in last update 2019-08-22 19:17:29 +02:00
Markus Lampert 221893eeeb Fixed PathHelix assert statements 2019-08-22 18:02:49 +02:00
Dubstar_04 32b0f86167 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 d93259e238 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 e8f918927b Merge pull request #2412 from mlampert/feature/misc-improvements
Path: Feature/misc improvements
2019-08-16 15:49:31 -05:00
sliptonic cb20414aeb 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 2cb77a28f4 Merge branch 'master' into feature/misc-improvements 2019-08-16 13:38:10 -05:00
Dubstar_04 cce9d07216 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 cf4804ebc0 Improve irregular hole detection. 2019-08-11 20:56:17 +02:00
IMback 3148d92d6e Changed hole diameter detection to avoid tessilation inaccuracies in more cases. 2019-08-11 17:16:22 +02:00
Markus Lampert 1800f29f44 Set transparency of base model clones to 80 2019-08-10 15:26:24 -07:00
Markus Lampert 1d4b035459 Auto complete job template name if naming convention isn't met 2019-08-10 15:26:24 -07:00
IMback 4f8af51864 Restore R parameter behavior 2019-08-08 19:29:26 +02:00
IMback c8fda889a2 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
Russell Johnson 47f1213f7c 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 e28ec225f5 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 730efb9da6 Fix: SetupProperties() syntax correction
Job GUI broken due to SetupProperties() syntax error
2019-07-26 11:18:49 -05:00
Russell Johnson f2221e8d5a 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 d8c8af04b3 Merge pull request #2366 from Russ4262/3D_Pocket_upgrade
[Path] 3D Pocket: upgrade to adaptive start and finish
2019-07-24 08:21:52 -05:00
sliptonic f1fb1686a3 Merge pull request #2368 from Russ4262/patch-1
[Path] Auto prefix job template filename on save
2019-07-24 08:21:05 -05:00