mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10
This commit is contained in:
commit
34c252b2db
@ -390,6 +390,13 @@
|
|||||||
"default": "lines",
|
"default": "lines",
|
||||||
"visible": false
|
"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": {
|
"skin_alternate_rotation": {
|
||||||
"label": "Alternate Skin 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.",
|
"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
|
id: sub_menu
|
||||||
title: model.name;
|
title: model.name;
|
||||||
|
visible: actions != null
|
||||||
|
enabled:actions != null
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
model: actions
|
model: actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user