mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
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:
parent
96abc03fe6
commit
2059adbc61
@ -70,7 +70,7 @@
|
|||||||
"infill_line_distance": { "value": 8 },
|
"infill_line_distance": { "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": { "default_value": 10 },
|
||||||
"infill_sparse_thickness": { "value": 0.25 },
|
"infill_sparse_thickness": { "value": 0.25 },
|
||||||
"infill_wipe_dist": { "value": 0.1 },
|
"infill_wipe_dist": { "value": 0.1 },
|
||||||
"initial_bottom_layers": { "value": 3 },
|
"initial_bottom_layers": { "value": 3 },
|
||||||
@ -243,4 +243,4 @@
|
|||||||
"wall_x_extruder_nr": { "value": -1 },
|
"wall_x_extruder_nr": { "value": -1 },
|
||||||
"zig_zaggify_infill": { "value": true }
|
"zig_zaggify_infill": { "value": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user