Use preferred quality type instead of redefining the default value of the layer height

Contributes to CURA-6136.
This commit is contained in:
Diego Prado Gesto 2019-02-04 19:34:38 +01:00
parent ae5d548f02
commit 985e7b879c

View File

@ -12,6 +12,7 @@
"platform": "cr-x.stl", "platform": "cr-x.stl",
"has_variants": false, "has_variants": false,
"has_machine_quality": false, "has_machine_quality": false,
"preferred_quality_type": "draft",
"machine_extruder_trains": { "machine_extruder_trains": {
"0": "cr-x_extruder_0", "0": "cr-x_extruder_0",
"1": "cr-x_extruder_1" "1": "cr-x_extruder_1"
@ -26,8 +27,6 @@
"machine_depth": { "default_value": 300 }, "machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 400 }, "machine_height": { "default_value": 400 },
"machine_center_is_zero": { "default_value": false }, "machine_center_is_zero": { "default_value": false },
"layer_height": { "default_value": 0.2 },
"layer_height_0": { "default_value": 0.3 },
"retraction_amount": { "default_value": 3 }, "retraction_amount": { "default_value": 3 },
"retraction_speed": { "default_value": 70}, "retraction_speed": { "default_value": 70},
"adhesion_type": { "default_value": "skirt" }, "adhesion_type": { "default_value": "skirt" },