123456789101112131415161718192021222324 |
- {
- "name": "Goofoo Max",
- "version": 2,
- "inherits": "goofoo_near",
- "overrides": {
- "machine_name": { "default_value": "Goofoo Max" },
- "machine_width": { "default_value": 600 },
- "machine_depth": { "default_value": 580 },
- "machine_height": { "default_value": 700 },
- "machine_head_with_fans_polygon": { "default_value": [
- [0, 0],
- [0, 0],
- [0, 0],
- [0, 0]
- ]
- },
- "gantry_height": { "value": 0 }
- },
- "metadata": {
- "visible": true
- }
- }
|