mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:25:53 +08:00
bugfix for 0% infill
This commit is contained in:
parent
3fa71e3e6d
commit
5235278a31
@ -307,7 +307,7 @@
|
||||
"type": "float",
|
||||
"default": 2.0,
|
||||
"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