mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
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:
parent
d2ab7d3d4d
commit
943e126cb4
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user