mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:35:10 +08:00
28 lines
947 B
JSON
28 lines
947 B
JSON
{
|
|
"version": 2,
|
|
"name": "Cubicon Style Neo-A31",
|
|
"inherits": "cubicon_common",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "Cubicon R&D Center",
|
|
"manufacturer": "Cubicon",
|
|
"file_formats": "text/x-gcode",
|
|
"machine_extruder_trains": { "0": "cubicon_style_neo_a31_extruder_0" },
|
|
"platform_offset": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"supports_usb_connection": false
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_depth": { "default_value": 310 },
|
|
"machine_height": { "default_value": 310 },
|
|
"machine_name": { "default_value": "Cubicon Style Neo-A31" },
|
|
"machine_start_gcode": { "default_value": "M911 Style Neo-A31\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
|
|
"machine_width": { "default_value": 310 },
|
|
"material_bed_temp_wait": { "default_value": false }
|
|
}
|
|
} |