mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON fix: Infill Overlap mm didn't default to 0 when infill was too dense (CURA-786)
This commit is contained in:
parent
f426ba3168
commit
7ea02f9d98
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@
|
|||
"default": 0.04,
|
||||
"min_value_warning": "-0.5 * machine_nozzle_size",
|
||||
"max_value_warning": "machine_nozzle_size",
|
||||
"inherit_function": "infill_line_width * parent_value / 100",
|
||||
"inherit_function": "infill_line_width * parent_value / 100 if infill_sparse_density < 95 else 0",
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue