Markus Lampert
|
27290dddfe
|
Added script to run pylint for errors.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
049d403976
|
Refactor to outsmart pylint error.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
fa2bb2a90c
|
Fixed pylint errors.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
f31d42c875
|
Fixed class name typo - thanks pylint.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
c393c6dc6a
|
Fixed refactoring issue for snapper tool.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
5c07973c4c
|
Removing obsolete PathDressup.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
1eaf36fd3d
|
Cleaned up dogbone dressup.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
567f592d84
|
Implemented interface functions in base classes.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
18a3fc0580
|
Switched to .format() to not confuse pylint with translate.
|
2017-09-26 10:51:17 -03:00 |
|
Markus Lampert
|
939c7d11ec
|
Fixed and added PathUtil unit tests for dealing with Part.
|
2017-09-21 11:35:00 -07:00 |
|
Markus Lampert
|
2c60fc3135
|
Fixed circular hole diameter for cases where the selected edge is not the full circle.
|
2017-09-21 11:35:00 -07:00 |
|
Markus Lampert
|
61a9928216
|
Added support for Part as base object.
|
2017-09-21 11:32:32 -07:00 |
|
Markus Lampert
|
6bbd0cf288
|
Fixed PathHelix to not throw an exception if StartDepth == FinalDepth.
|
2017-09-21 11:32:32 -07:00 |
|
Markus Lampert
|
78a6d004f1
|
Changed path tool library manager to use different preference for json library than for xml in order to not break old installations.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
f5a2442662
|
Added version support to all JSON exports.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
a6fc367064
|
Deal with temporary invalid data for stock extents and ensure minimum size.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
c40e737492
|
Changed PathJob to deal with JSON template files instead of XML.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
1263aecdaf
|
Fixed up ToolController template arguments and loading for the switch to JSON.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
ce43e688fa
|
Added full JSON file format support to ToolLibraryManager.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
837b07ced8
|
Changed default tooltable to be stored in json format - automatically converted on first access.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
4110fdbb5b
|
Added template attrs and setFrom support to Tooltable.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
1d1636d1cf
|
Creation of Tool from a templateAttrs dictionary.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
ddec11cf24
|
Renamed fromTemplate to setFromTemplate.
|
2017-09-21 10:29:35 +02:00 |
|
Markus Lampert
|
b70086feaa
|
Added restore from dictionary to Tool and templateAttrs for their retreival.
|
2017-09-21 10:29:35 +02:00 |
|
sliptonic
|
996adcacd4
|
Add test for imperial linuxcnc
|
2017-09-19 11:12:31 +02:00 |
|
sliptonic
|
259f643c7e
|
added --inches flag to linuxcnc and smoothie post
|
2017-09-19 11:12:31 +02:00 |
|
sliptonic
|
a13b75cf5a
|
Path: refactor Surface
|
2017-09-19 11:12:31 +02:00 |
|
Markus Lampert
|
c6fb629d15
|
Reduced log level.
|
2017-09-17 18:46:00 +02:00 |
|
Markus Lampert
|
7febd40788
|
Fixed pocket final depth calculation and hide it from user modifications.
|
2017-09-17 18:46:00 +02:00 |
|
wmayer
|
fde42545ba
|
fix various coverity issues
|
2017-09-15 11:48:38 +02:00 |
|
Markus Lampert
|
9354a28659
|
Replace Base property type with LinkSubListGlobal in order to keep Path ops working.
|
2017-09-13 09:46:59 +02:00 |
|
Markus Lampert
|
14e3d29dee
|
Removed debug logging.
|
2017-09-13 09:35:27 +02:00 |
|
Markus Lampert
|
715f136a8a
|
Fixed Job cancellation - to cleanup job again.
|
2017-09-13 09:35:27 +02:00 |
|
Markus Lampert
|
1f0f02de7b
|
Moved task panel cleanup into preCleanup to avoid accessing already deleted objects in case of cancel.
|
2017-09-13 09:35:27 +02:00 |
|
Markus Lampert
|
a9652ea214
|
Fixed job removal for non-path base objects
|
2017-09-13 09:35:27 +02:00 |
|
Markus Lampert
|
1c26a26548
|
Run recompute() after creating a Draft.clone.
|
2017-09-12 12:13:07 -07:00 |
|
Itai Nahshon
|
f981cf6572
|
PathJobGui - use correct unit to show feedrates in the tool tab.
|
2017-09-10 15:05:37 +02:00 |
|
Markus Lampert
|
831f9535ba
|
Added buttons to use Z level of current selection for start or final depth.
|
2017-09-10 14:42:30 +02:00 |
|
Stefan Tröger
|
9cda1b53bc
|
Allow interchangable use of link properties and their derivatives
|
2017-09-09 16:47:07 +02:00 |
|
Markus Lampert
|
a3bad887e1
|
Added stock unit test to cmake files - so it actually get's installed.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
3173461288
|
Fixed unit tests for proper R calculation for cylindrical stock.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
c4ae14bc6c
|
Switched to textChanged instead of editingFinished for better update experience.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
449036c010
|
Fixed changing Base of job and its resource creation.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
2e8222a622
|
Cleaned up tab order for job editor.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
e032e26dd4
|
Orderly deletion of a job.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
9da777ef18
|
Fixed operation update when TC changes - allow TC edit abortion.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
bfa8d4ec53
|
Simplified UI; added support for arbitrary callbacks for edit of icon view provider - use that to open up job editor with appropriate page open (avoids back dependency from stock gui to job gui).
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
40d0f33422
|
Fixed TC naming without template.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
e22bbed59d
|
Switched to using hand made stock objects even for the basic types.
|
2017-09-08 12:25:58 +02:00 |
|
Markus Lampert
|
ee26e4c961
|
Hide all unused controls for now.
|
2017-09-08 12:25:58 +02:00 |
|