mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
3DMaker Starter definition: Set the preferred quality to draft (0.2mm) and remove default layer_height so normal profile is back to 0.1. CURA-5217
This commit is contained in:
parent
5852a36d94
commit
60a21b3d7d
1 changed files with 3 additions and 5 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
"manufacturer": "3DMaker",
|
"manufacturer": "3DMaker",
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
|
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
|
||||||
"icon": "icon_ultimaker2.png",
|
"icon": "icon_ultimaker2.png",
|
||||||
"platform": "makerstarter_platform.stl"
|
"platform": "makerstarter_platform.stl",
|
||||||
|
"preferred_quality_type": "draft"
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
@ -49,9 +50,6 @@
|
||||||
"machine_nozzle_expansion_angle": {
|
"machine_nozzle_expansion_angle": {
|
||||||
"default_value": 45
|
"default_value": 45
|
||||||
},
|
},
|
||||||
"layer_height": {
|
|
||||||
"default_value": 0.2
|
|
||||||
},
|
|
||||||
"layer_height_0": {
|
"layer_height_0": {
|
||||||
"default_value": 0.2
|
"default_value": 0.2
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue