mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
bugfix for 0% infill
This commit is contained in:
parent
3fa71e3e6d
commit
5235278a31
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"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…
Add table
Add a link
Reference in a new issue