mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:45:11 +08:00
31 lines
769 B
JSON
31 lines
769 B
JSON
{
|
|
"version": 2,
|
|
"name": "Goofoo Gemini",
|
|
"inherits": "goofoo_far",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "goofoo_gemini_1st",
|
|
"1": "goofoo_gemini_2st"
|
|
}
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_depth": { "default_value": 250 },
|
|
"machine_extruder_count": { "default_value": 2 },
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default_value": [
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0]
|
|
]
|
|
},
|
|
"machine_height": { "default_value": 200 },
|
|
"machine_name": { "default_value": "Goofoo Gemini" },
|
|
"machine_width": { "default_value": 360 }
|
|
}
|
|
} |