Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-03-12 18:03:42 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-12 18:03:42 +0300
commit05c034558dfe88e4c3ca6e12b023ff1291baea27 (patch)
tree18939b9b340421eeca68aa8969e158da2817b1fe /resources/definitions/ubuild-3d_mr_bot_280.def.json
parent1512a8096b1e7d2e3c570675e42ae7086da32fdd (diff)
Set default layer height via preferred quality type
So the layer heights are correct for each quality type but the default is still 0.2mm. Contributes to issue CURA-4981.
Diffstat (limited to 'resources/definitions/ubuild-3d_mr_bot_280.def.json')
-rw-r--r--resources/definitions/ubuild-3d_mr_bot_280.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/ubuild-3d_mr_bot_280.def.json b/resources/definitions/ubuild-3d_mr_bot_280.def.json
index 7f9069370c..4febdcd350 100644
--- a/resources/definitions/ubuild-3d_mr_bot_280.def.json
+++ b/resources/definitions/ubuild-3d_mr_bot_280.def.json
@@ -11,7 +11,8 @@
"file_formats": "text/x-gcode",
"icon": "icon_uBuild-3D",
"platform": "mr_bot_280_platform.stl",
- "has_materials": true
+ "has_materials": true,
+ "preferred_quality_type": "draft"
},
"overrides": {
@@ -24,7 +25,6 @@
"material_diameter": { "default_value": 1.75 },
"material_bed_temperature": { "default_value": 70 },
"machine_nozzle_size": { "default_value": 0.4 },
- "layer_height": { "default_value": 0.2 },
"layer_height_0": { "default_value": 0.1 },
"retraction_amount": { "default_value": 2 },
"retraction_speed": { "default_value": 50 },