JSON fix: Infill Overlap mm didn't default to 0 when infill was too dense (CURA-786)

This commit is contained in:
Tim Kuipers 2016-04-14 13:50:40 +02:00
parent f426ba3168
commit 7ea02f9d98

View File

@ -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
}
}