mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue