Markus Lampert
505aea492a
Removed references to Spreadsheet from docstrings.
2017-10-22 11:24:58 -07:00
Markus Lampert
dacf0a5cd1
Instead of hiding FinalDepth make it read-only and set tooltip appropriately.
2017-10-22 11:24:58 -07:00
Markus Lampert
bae6bdb28e
Use operation name and icon as the TaskPanel title and icon.
2017-10-22 11:24:58 -07:00
Markus Lampert
dc49d0fe85
Fixed job on-demand conversion for FaceMilling.
2017-10-22 11:24:58 -07:00
Markus Lampert
97799f0e9e
Fixed all ops to use Op...Depth in order to not mess with the expressions.
2017-10-22 11:24:58 -07:00
Markus Lampert
e2b48fa229
Replaced spreadsheet with dedicated SetupSheet object in order to better support expression setting.
2017-10-22 11:24:58 -07:00
Markus Lampert
1c2bf878af
Reverted back to using the spreadsheet Name for the expression, since it has less issues than using the Label.
2017-10-22 11:24:58 -07:00
Markus Lampert
d91778dd32
Workaround for DAG invalidation - remove all expressions before deleting an object.
2017-10-22 11:24:58 -07:00
Markus Lampert
5f2516a2bd
Using the template attribute encoding/decoding.
2017-10-22 11:24:58 -07:00
Markus Lampert
f4405d51d5
Added template attribute encoding/decoding for setup sheet label changes.
2017-10-22 11:24:58 -07:00
Markus Lampert
59c998c3b9
Fixed dogbone unit test to deal with expression instead of Lock property.
2017-10-22 11:24:58 -07:00
Markus Lampert
39080e6642
Fixed the name collission issue of expressions.
2017-10-22 11:24:58 -07:00
Markus Lampert
15dda40edd
Renamed Settings to SetupSheet.
2017-10-22 11:24:58 -07:00
Markus Lampert
6f93bdc1a1
Fixed dirty'ing of page and op.
2017-10-22 11:24:58 -07:00
Markus Lampert
5594e2e47a
Various bug fixes
2017-10-22 11:24:58 -07:00
Markus Lampert
b0e667ecca
Fixed error msg about unsupported stock type.
2017-10-22 11:24:58 -07:00
Markus Lampert
a278b7c457
Making templateAttrs a const method - so exporting doesn't diry the tool
2017-10-22 11:24:58 -07:00
Markus Lampert
663726983d
Changed tool parameters to use a QuantitySpinBox.
2017-10-22 11:24:58 -07:00
Markus Lampert
239efeea94
Removed obsolete ToolControl.ui
2017-10-22 11:24:58 -07:00
Markus Lampert
092d337bdc
Changed tool controller editor to use QuantitySpinBox for speeds.
2017-10-22 11:24:58 -07:00
Markus Lampert
8d79228dce
Removed depths lock - obsolete through usage of expressions.
2017-10-22 11:24:58 -07:00
Markus Lampert
fb22e23981
Introduced Op-values and set expressions for all user modifyable properties - updated template support.
2017-10-22 11:24:58 -07:00
Markus Lampert
dfd5dd1681
Fixed PathGui.QuantitySpinButton to default to a noop in case underlying property doesn't exist (makes UI code cleaner)
2017-10-22 11:24:58 -07:00
Markus Lampert
94121fcbbb
Extracted Job Settings into their own implementation file.
2017-10-22 11:24:58 -07:00
Markus Lampert
63201913b5
Switched Depths page to use QuantitySpinBox instead of InputField.
2017-10-22 11:24:58 -07:00
Markus Lampert
3da41785fc
Refactored QuantitySpinBox handling into separate class.
2017-10-22 11:24:58 -07:00
Markus Lampert
07c2446969
Fixed clearance height value.
2017-10-22 11:24:58 -07:00
Markus Lampert
2dfc2c89cf
Switched PageHeight to use QuantitySpinBox.
2017-10-22 11:24:58 -07:00
Markus Lampert
f3b5f745b3
Switched default values into Settings spreadsheet.
2017-10-22 11:24:58 -07:00
Markus Lampert
5520842399
Replaced job default-properties with setting spreadsheet and set expressions for heights and rapid speeds.
2017-10-22 11:24:58 -07:00
Markus Lampert
54a74df190
Added tooltips for defaults in export dialog.
2017-10-22 11:24:58 -07:00
Markus Lampert
eea83074d4
Fixed default tool controller creation if job template doesn't include TCs.
2017-10-22 11:24:58 -07:00
Markus Lampert
96a04977a1
Added job default values to template export.
2017-10-22 11:24:58 -07:00
Markus Lampert
a6847951e1
Added default values for heights and rapid feed rates for new tools.
2017-10-22 11:24:58 -07:00
sliptonic
1719483738
Path: fix bug in polar array
2017-10-15 15:32:50 -05:00
wmayer
96d01c9200
fix several kind of warnings:
...
+ fix -Wparentheses/-Wlogical-op-parentheses
+ fix -Wunused-variable
+ disable -Wundefined-var-template due to many false-positives (clang)
+ fix -Winconsistent-missing-override
+ fix -Wmaybe-uninitialized
2017-10-15 19:12:07 +02:00
Unknown
31a32b9931
Doxygen Typos
...
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
Unknown
fa4a6b43ee
Capitalize beginning of tooltips + Typos
...
Capitalized all remaining uncapitalized tooltips.
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT.
+ other typos
2017-10-13 00:26:53 +02:00
Markus Lampert
1318b0b8ee
Only check for loop detection if PathWorkbench is active.
2017-10-12 10:17:33 +02:00
Markus Lampert
4497d21717
PathGeom isHorizontal/isVertical rely on bound box for unknown shapes.
2017-10-10 12:55:59 +02:00
Unknown
8d9bd319bd
Misc. Typos
2017-10-09 19:59:33 +02:00
Zheng, Lei
598fff8b40
Path.Area: add greedy sort mode
2017-10-09 19:57:08 +02:00
Itai Nahshon
4bc216371a
Use unit conversion when changing feedrates in the tools table of the job edit panel.
...
if the user enters a valid velocity quantity it will be used,
Otherwize if the user enters a unitless value the default velocity unit will be used,
Otherwise error.
2017-10-09 02:47:55 +03:00
Itai Nahshon
e2e0735677
Some fixes related to milling heights and depths.
...
Fix for large "Step Down".
Correctly handling a part that was moved down the Z axis.
Handle "Finish Depth".
2017-10-08 22:52:10 +02:00
Markus Lampert
32ac63b4f7
Fixed refactoring errors.
2017-10-08 10:57:08 -07:00
Markus Lampert
72ff144848
Ensure loop detection logic ignores tree selections.
2017-10-08 10:49:52 -07:00
Markus Lampert
28ee13a7b9
Renamed stock from-base selection to clarify construction.
2017-10-08 12:24:31 -03:00
Markus Lampert
271425b593
Take model's placement into account when calculating the placement for stock.
2017-10-08 12:24:31 -03:00
Markus Lampert
50ef191206
Added comment to not remove findShape which doesn't look like it's used or belongs - still has to stay there.
2017-10-08 12:23:11 -03:00
Markus Lampert
c2f440af8c
Dwngraded isHorizontal/isVertical error messages for unsuppported types to warnings and cache loop detection result to get a single message - rather than one per second.
2017-10-08 12:23:11 -03:00