Cura/resources/definitions/goofoo_tiny.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

15 lines
464 B
JSON

{
"version": 2,
"name": "Goofoo Tiny",
"inherits": "goofoo_small",
"metadata": { "visible": true },
"overrides":
{
"machine_depth": { "default_value": 100 },
"machine_heated_bed": { "default_value": false },
"machine_height": { "default_value": 100 },
"machine_name": { "default_value": "Goofoo Tiny" },
"machine_width": { "default_value": 100 },
"raft_margin": { "default_value": 5 }
}
}