mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 06:43:15 +08:00
bugfix: zero percent infill
This commit is contained in:
parent
caa7fdb147
commit
425b1fbcca
@ -560,7 +560,7 @@
|
|||||||
"min_value": 0.0,
|
"min_value": 0.0,
|
||||||
"default": 2.0,
|
"default": 2.0,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "(infill_line_width * 100) / parent_value"
|
"inherit_function": "0 if parent_value == 0 else (infill_line_width * 100) / parent_value"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user