mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08: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
@ -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…
x
Reference in New Issue
Block a user