mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +08: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
@ -11,7 +11,8 @@
|
|||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"icon": "icon_uBuild-3D",
|
"icon": "icon_uBuild-3D",
|
||||||
"platform": "mr_bot_280_platform.stl",
|
"platform": "mr_bot_280_platform.stl",
|
||||||
"has_materials": true
|
"has_materials": true,
|
||||||
|
"preferred_quality_type": "draft"
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
@ -24,7 +25,6 @@
|
|||||||
"material_diameter": { "default_value": 1.75 },
|
"material_diameter": { "default_value": 1.75 },
|
||||||
"material_bed_temperature": { "default_value": 70 },
|
"material_bed_temperature": { "default_value": 70 },
|
||||||
"machine_nozzle_size": { "default_value": 0.4 },
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
"layer_height": { "default_value": 0.2 },
|
|
||||||
"layer_height_0": { "default_value": 0.1 },
|
"layer_height_0": { "default_value": 0.1 },
|
||||||
"retraction_amount": { "default_value": 2 },
|
"retraction_amount": { "default_value": 2 },
|
||||||
"retraction_speed": { "default_value": 50 },
|
"retraction_speed": { "default_value": 50 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user