mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:25:56 +08:00
Use default_value
for string fields
NP-935
This commit is contained in:
parent
254eb9fba2
commit
f1df355721
@ -48,9 +48,9 @@
|
|||||||
"machine_width": { "default_value": 220 },
|
"machine_width": { "default_value": 220 },
|
||||||
"material_print_temp_wait": { "default_value": false },
|
"material_print_temp_wait": { "default_value": false },
|
||||||
"retraction_amount": { "default_value": 0.8 },
|
"retraction_amount": { "default_value": 0.8 },
|
||||||
"retraction_combing": { "value": "no_outer_surfaces" },
|
"retraction_combing": { "default_value": "no_outer_surfaces" },
|
||||||
"retraction_combing_max_distance": { "value": 5.0 },
|
"retraction_combing_max_distance": { "value": 5.0 },
|
||||||
"retraction_extrusion_window": { "value": "retraction_amount" },
|
"retraction_extrusion_window": { "default_value": "retraction_amount" },
|
||||||
"retraction_min_travel": { "value": 2.0 },
|
"retraction_min_travel": { "value": 2.0 },
|
||||||
"retraction_speed": { "default_value": 40 },
|
"retraction_speed": { "default_value": 40 },
|
||||||
"speed_layer_0": { "value": 100 },
|
"speed_layer_0": { "value": 100 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user