Cura/resources/definitions/goofoo_gemini.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

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 }
}
}