mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
40 lines
975 B
JSON
40 lines
975 B
JSON
{
|
|
"version": 2,
|
|
"name": "Snapmaker 2 A350",
|
|
"inherits": "snapmaker2",
|
|
"metadata": {
|
|
"visible": true,
|
|
"manufacturer": "Snapmaker",
|
|
"file_formats": "text/x-gcode",
|
|
"machine_extruder_trains": {
|
|
"0": "snapmaker_extruder_0"
|
|
},
|
|
"quality_definition": "snapmaker2"
|
|
},
|
|
"overrides": {
|
|
"machine_name": {
|
|
"default_value": "Snapmaker A350"
|
|
},
|
|
"machine_width": {
|
|
"default_value": 320
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 350
|
|
},
|
|
"machine_height": {
|
|
"default_value": 330
|
|
},
|
|
"machine_head_with_fans_polygon": {
|
|
"default_value": [
|
|
[-67, 22],
|
|
[-67, -25],
|
|
[25.5, 22],
|
|
[25.5, -25]
|
|
]
|
|
},
|
|
"gantry_height": {
|
|
"value": 27
|
|
}
|
|
}
|
|
}
|