mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
101Hero 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
ed6b63b41b
commit
e53d4aaab6
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,8 @@
|
|||
"manufacturer": "101Hero",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "101hero-platform.stl",
|
||||
"supports_usb_connection": true
|
||||
"supports_usb_connection": true,
|
||||
"preferred_quality_type": "draft"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -19,7 +20,6 @@
|
|||
"machine_depth": { "default_value": 149.86 },
|
||||
"machine_height": { "default_value": 99.822 },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
"layer_height": { "default_value": 0.2 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_head_with_fans_polygon": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue