mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Make infill overlap depend on line width
Paul said this way was a better default for all our profiles. Contributes to issue CURA-892.
This commit is contained in:
parent
d54b24ac86
commit
94314a7c2c
8 changed files with 1 additions and 8 deletions
|
@ -588,7 +588,7 @@
|
|||
"default": 10,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "100",
|
||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||
"inherit_function": "wall_line_width * 0.1",
|
||||
"visible": false
|
||||
},
|
||||
"infill_wipe_dist": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue