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:
HellAholic 2024-10-07 22:27:47 +02:00 committed by GitHub
parent 96abc03fe6
commit d76850630f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }
}
}
}