mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10
This commit is contained in:
commit
34c252b2db
2 changed files with 9 additions and 1 deletions
|
@ -390,6 +390,13 @@
|
|||
"default": "lines",
|
||||
"visible": false
|
||||
},
|
||||
"skin_no_small_gaps_heuristic": {
|
||||
"label": "Model has small Z gaps",
|
||||
"description": "When the model has small vertical gaps about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
},
|
||||
"skin_alternate_rotation": {
|
||||
"label": "Alternate Skin Rotation",
|
||||
"description": "Alternate between diagonal skin fill and horizontal + vertical skin fill. Although the diagonal directions can print quicker, this option can improve on the printing quality by reducing the pillowing effect.",
|
||||
|
|
|
@ -197,7 +197,8 @@ UM.MainWindow
|
|||
{
|
||||
id: sub_menu
|
||||
title: model.name;
|
||||
|
||||
visible: actions != null
|
||||
enabled:actions != null
|
||||
Instantiator
|
||||
{
|
||||
model: actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue