change value to default value

value overrides the formula and prevents calculations for the line distance. Default value updates the current value but leaves the formula from fdmprinter in place.
This commit is contained in:
HellAholic 2024-10-07 22:24:43 +02:00 committed by GitHub
parent 96abc03fe6
commit 2059adbc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@
"infill_line_distance": { "value": 8 },
"infill_material_flow": { "value": 90 },
"infill_pattern": { "value": "'lines' if infill_sparse_density >= 25 else 'grid'" },
"infill_sparse_density": { "value": 10 },
"infill_sparse_density": { "default_value": 10 },
"infill_sparse_thickness": { "value": 0.25 },
"infill_wipe_dist": { "value": 0.1 },
"initial_bottom_layers": { "value": 3 },