mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 12:41:32 +08:00
34 lines
929 B
JSON
34 lines
929 B
JSON
{
|
|
"version": 2,
|
|
"name": "Snapmaker 2 A250 Dual Extruder",
|
|
"inherits": "snapmaker2_dual",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"manufacturer": "Snapmaker",
|
|
"file_formats": "text/x-gcode",
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "snapmaker_dual_extruder_0",
|
|
"1": "snapmaker_dual_extruder_1"
|
|
},
|
|
"quality_definition": "snapmaker2"
|
|
},
|
|
"overrides":
|
|
{
|
|
"gantry_height": { "value": 27 },
|
|
"machine_depth": { "default_value": 250 },
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default_value": [
|
|
[-67, 22],
|
|
[-67, -25],
|
|
[25.5, 22],
|
|
[25.5, -25]
|
|
]
|
|
},
|
|
"machine_height": { "default_value": 235 },
|
|
"machine_name": { "default_value": "Snapmaker A250" },
|
|
"machine_width": { "default_value": 230 }
|
|
}
|
|
} |