mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-18 10:22:16 -07:00
change value to default_value
value overrides formula and default value sets the initial value. if value is overridden, the formula cannot update it based on the infill sparse density changes
This commit is contained in:
parent
96abc03fe6
commit
d76850630f
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
]
|
||||
},
|
||||
"infill_extruder_nr": { "value": -1 },
|
||||
"infill_line_distance": { "value": 8 },
|
||||
"infill_line_distance": { "default_value": 8 },
|
||||
"infill_material_flow": { "value": 90 },
|
||||
"infill_pattern": { "value": "'lines' if infill_sparse_density >= 25 else 'grid'" },
|
||||
"infill_sparse_density": { "value": 10 },
|
||||
|
|
@ -243,4 +243,4 @@
|
|||
"wall_x_extruder_nr": { "value": -1 },
|
||||
"zig_zaggify_infill": { "value": true }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue