mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
override is not necessary
the fdmprinter definition formula calculates as 8 for 10% infill
This commit is contained in:
parent
91ec9680a1
commit
c2dfcfe031
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"infill_extruder_nr": { "value": -1 },
|
"infill_extruder_nr": { "value": -1 },
|
||||||
"infill_line_distance": { "default_value": 8 },
|
|
||||||
"infill_material_flow": { "value": 90 },
|
"infill_material_flow": { "value": 90 },
|
||||||
"infill_pattern": { "value": "'lines' if infill_sparse_density >= 25 else 'grid'" },
|
"infill_pattern": { "value": "'lines' if infill_sparse_density >= 25 else 'grid'" },
|
||||||
"infill_sparse_density": { "value": 10 },
|
"infill_sparse_density": { "value": 10 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue