Commit Graph

1824 Commits

Author SHA1 Message Date
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
sliptonic
2aee10f11a Merge pull request #2505 from kreso-t/master
PathAdaptive: Increased accuracy for small tools
2019-09-08 10:13:39 -05:00
sliptonic
73756cf240 Merge pull request #2479 from dubstar-04/feature/post
[Path] Add tool height offsets to Linuxcnc_post
2019-09-08 00:21:58 -05:00
Russell Johnson
2836cb22a7 Fix PocketShape pop-up issue
Commented out calls to guiMessage() defined in PathAreaOp.py.
Changed PathLog() levels for same messages.
Removed unnecessary comments.
2019-09-07 18:10:57 -05:00
kreso-t
3a98f43e0e PathAdaptive: Increased accuracy for small tools 2019-09-07 20:00:35 +02:00
wmayer
28f74290b2 fix -Wreturn-std-move 2019-09-07 15:19:28 +02: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
Daniel Wood
df477ff18f Add the coolant dropdown to the 3D Surface Op 2019-09-05 18:12:41 +01:00
luz.paz
f22ae848ea Fix misc. typos, whitespace, and http:// to https:// issues 2019-09-03 11:11:43 -03:00
wmayer
203782a091 fix -Wunused-variable 2019-09-02 15:55:58 +02: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
4e5b0bc5d8 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
0484141a57 Add coolant to the linuxcnc_post 2019-08-28 19:40:09 +01:00
Daniel Wood
0002090aa1 Handle setting the coolant mode on the job ui 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
3f5836254b Add a coolant mode combobox to the op ui 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
a6a7e045ab Remove unused function definition 2019-08-27 07:15:23 +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
Dubstar_04
c2245be907 Tidy up includes and whitespace 2019-08-26 07:59:09 +01:00
Dubstar_04
3cb21f0e56 Seperate ToolTable and Tool implementations
Seperate the tooltable and tool implementations.
2019-08-26 07:59:09 +01:00
sliptonic
7a85b76265 Merge pull request #2451 from sgrogan/pathtest_fix
Pathtest fix
2019-08-25 16:01:35 -05:00
sgrogan
0546de408b fix indent 2019-08-24 10:45:00 -04:00
sgrogan
d2c77c3380 Fix Path tests when running from build dir 2019-08-24 10:41:36 -04: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
wmayer
372f572d09 add TestPathHelix.py to CMake 2019-08-22 18:49:45 +02:00
Markus Lampert
66804ae993 Unit test helix based on a clone 2019-08-22 18:03:18 +02:00
Markus Lampert
5a4fc83fe3 More helix unit tests 2019-08-22 18:03:03 +02:00
Markus Lampert
221893eeeb Fixed PathHelix assert statements 2019-08-22 18:02:49 +02:00
Markus Lampert
915a7ae226 Added basic test case for PathHelix 2019-08-22 18:02:35 +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
1d274f6697 Test cases changes
Slight adjustment of various test cases due to various API changes.
2019-08-17 15:32:48 +02:00