mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 08:35:57 +08:00
changed infill overlap min_value to min_value_warning and made it -50% (CURA-786)
-50% corresponds to the value where the hole in the nozzle just at the boundary of the inner wall
This commit is contained in:
parent
401e020f9c
commit
f426ba3168
@ -578,7 +578,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||||
"min_value": "0",
|
"min_value_warning": "-50",
|
||||||
"max_value_warning": "100",
|
"max_value_warning": "100",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"children": {
|
"children": {
|
||||||
@ -588,7 +588,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.04,
|
"default": 0.04,
|
||||||
"min_value_warning": "0",
|
"min_value_warning": "-0.5 * machine_nozzle_size",
|
||||||
"max_value_warning": "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",
|
||||||
"visible": false
|
"visible": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user