mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:06:00 +08:00
JSON: wall line count should be 1 for magic spiralize (CURA-961)
This commit is contained in:
parent
f0b37d71cc
commit
f8d7b9ddfa
@ -366,7 +366,7 @@
|
||||
"min_value": "0",
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
"inherit_function": "max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1)"
|
||||
"inherit_function": "1 if magic_spiralize else max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user