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:
Ghostkeeper 2016-01-13 16:32:38 +01:00
parent 8b72834c9b
commit a4777ac2ed

View File

@ -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",