mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +08: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
@ -8,7 +8,8 @@
|
|||||||
"manufacturer": "101Hero",
|
"manufacturer": "101Hero",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "101hero-platform.stl",
|
"platform": "101hero-platform.stl",
|
||||||
"supports_usb_connection": true
|
"supports_usb_connection": true,
|
||||||
|
"preferred_quality_type": "draft"
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
@ -19,7 +20,6 @@
|
|||||||
"machine_depth": { "default_value": 149.86 },
|
"machine_depth": { "default_value": 149.86 },
|
||||||
"machine_height": { "default_value": 99.822 },
|
"machine_height": { "default_value": 99.822 },
|
||||||
"machine_center_is_zero": { "default_value": true },
|
"machine_center_is_zero": { "default_value": true },
|
||||||
"layer_height": { "default_value": 0.2 },
|
|
||||||
"machine_nozzle_size": { "default_value": 0.4 },
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
"material_diameter": { "default_value": 1.75 },
|
"material_diameter": { "default_value": 1.75 },
|
||||||
"machine_head_with_fans_polygon": {
|
"machine_head_with_fans_polygon": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user