mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10
This commit is contained in:
commit
886083d2eb
@ -256,7 +256,6 @@
|
|||||||
"min_value_warning": "0.2",
|
"min_value_warning": "0.2",
|
||||||
"max_value_warning": "5",
|
"max_value_warning": "5",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"inherit_function": "parent_value",
|
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"children": {
|
"children": {
|
||||||
"wall_line_count": {
|
"wall_line_count": {
|
||||||
@ -454,7 +453,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 2,
|
"default": 2,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "0 if parent_value == 0 else (infill_line_width * 100) / parent_value"
|
"inherit_function": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -505,7 +504,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "math.floor((parent_value + 0.001) / layer_height)"
|
"inherit_function": "math.floor(( parent_value + 0.001) / layer_height)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user