mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Merge branch '15.06'
* 15.06: Bump version to 15.05.93 Add a changelog file add missing width and height to section icon add missing color to tool_button add setting for sidebar background color Make cura_app executable Move Sidebar so it is on top of everything else Do not slice if there is any setting with an error value Start adding some more proper error/warning values to settings Position the setting tooltip to the left of the settings instead of below Set version to 15.05.92
This commit is contained in:
commit
aed224df08
9 changed files with 164 additions and 25 deletions
|
@ -41,8 +41,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.1,
|
||||
"min_value": 0.06,
|
||||
"max_value": 2.0,
|
||||
"min_value": 0.00001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"always_visible": true,
|
||||
"children": {
|
||||
"layer_height_0": {
|
||||
|
@ -51,8 +52,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.3,
|
||||
"min_value": 0.06,
|
||||
"max_value": 2.0,
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue