mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 00:07:52 -06:00
JSON: wall line count should be 1 for magic spiralize (CURA-961)
This commit is contained in:
parent
f0b37d71cc
commit
f8d7b9ddfa
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"visible": false,
|
"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…
Add table
Add a link
Reference in a new issue