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:
Tim Kuipers 2016-04-14 13:33:00 +02:00
parent 401e020f9c
commit f426ba3168

View file

@ -578,7 +578,7 @@
"type": "float",
"default": 10,
"inherit_function": "10 if infill_sparse_density < 95 else 0",
"min_value": "0",
"min_value_warning": "-50",
"max_value_warning": "100",
"visible": false,
"children": {
@ -588,7 +588,7 @@
"unit": "mm",
"type": "float",
"default": 0.04,
"min_value_warning": "0",
"min_value_warning": "-0.5 * machine_nozzle_size",
"max_value_warning": "machine_nozzle_size",
"inherit_function": "infill_line_width * parent_value / 100",
"visible": false