mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"line_width": "nozzle_size",
|
||||
"layer_height": "layer_height",
|
||||
"layer_height_0": "bottom_thickness",
|
||||
"shell_thickness": "wall_thickness",
|
||||
"wall_thickness": "wall_thickness",
|
||||
"top_bottom_thickness": "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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue