mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Correct wall thickness setting
The shell thickness also governs the top_bottom_thickness, which is not desired. Contributes to issue CURA-37.
This commit is contained in:
parent
8b72834c9b
commit
a4777ac2ed
@ -6,7 +6,7 @@
|
|||||||
"line_width": "nozzle_size",
|
"line_width": "nozzle_size",
|
||||||
"layer_height": "layer_height",
|
"layer_height": "layer_height",
|
||||||
"layer_height_0": "bottom_thickness",
|
"layer_height_0": "bottom_thickness",
|
||||||
"shell_thickness": "wall_thickness",
|
"wall_thickness": "wall_thickness",
|
||||||
"top_bottom_thickness": "solid_layer_thickness",
|
"top_bottom_thickness": "solid_layer_thickness",
|
||||||
"top_thickness": "0 if (solid_top == \"False\") else solid_layer_thickness",
|
"top_thickness": "0 if (solid_top == \"False\") else solid_layer_thickness",
|
||||||
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user