mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
1174f0fa3b
@ -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": {
|
||||||
|
@ -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
|
||||||
},
|
},
|
||||||
@ -167,4 +165,4 @@
|
|||||||
"default_value": 2
|
"default_value": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user