mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
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.
This commit is contained in:
parent
1512a8096b
commit
05c034558d
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue