Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10

This commit is contained in:
Tamara Hogenhout 2015-09-08 16:30:38 +02:00
commit 34c252b2db
2 changed files with 9 additions and 1 deletions

View file

@ -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.",

View file

@ -197,7 +197,8 @@ UM.MainWindow
{
id: sub_menu
title: model.name;
visible: actions != null
enabled:actions != null
Instantiator
{
model: actions