set wall thickness to two lines by default

With this equation the wall line count is two by default and exactly matches the wall thickness that will be printed. PP-115
This commit is contained in:
Rijk van Manen 2022-03-15 09:44:05 +01:00
parent d2ab7d3d4d
commit 943e126cb4

View File

@ -47,6 +47,9 @@
"line_width": {
"value": "machine_nozzle_size"
},
"wall_thickness": {
"value": "wall_line_width_0 + wall_line_width_x"
},
"infill_before_walls": {
"value": "False"
},