mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
HMS434 update
roofing layers disabled
This commit is contained in:
parent
7345554778
commit
f3093d6bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
||||||
"initial_layer_line_width_factor": {"value": 110 },
|
"initial_layer_line_width_factor": {"value": 110 },
|
||||||
|
|
||||||
"wall_thickness": {"value": "(line_width * 3) if infill_sparse_density < 95 else line_width" },
|
"wall_thickness": {"value": "(line_width * 3) if infill_sparse_density < 95 else line_width" },
|
||||||
"roofing_layer_count": {"value": "1" },
|
"roofing_layer_count": {"value": "0" },
|
||||||
"top_bottom_thickness": {"value": "(layer_height_0 + (layer_height * (top_layers - 1)))" },
|
"top_bottom_thickness": {"value": "(layer_height_0 + (layer_height * (top_layers - 1)))" },
|
||||||
"top_layers": {"value": "4 if infill_sparse_density < 95 else 1" },
|
"top_layers": {"value": "4 if infill_sparse_density < 95 else 1" },
|
||||||
"bottom_layers": {"value": "(top_layers)" },
|
"bottom_layers": {"value": "(top_layers)" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue