mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue