goofoo_max.def.json 590 B

123456789101112131415161718192021222324
  1. {
  2. "name": "Goofoo Max",
  3. "version": 2,
  4. "inherits": "goofoo_near",
  5. "overrides": {
  6. "machine_name": { "default_value": "Goofoo Max" },
  7. "machine_width": { "default_value": 600 },
  8. "machine_depth": { "default_value": 580 },
  9. "machine_height": { "default_value": 700 },
  10. "machine_head_with_fans_polygon": { "default_value": [
  11. [0, 0],
  12. [0, 0],
  13. [0, 0],
  14. [0, 0]
  15. ]
  16. },
  17. "gantry_height": { "value": 0 }
  18. },
  19. "metadata": {
  20. "visible": true
  21. }
  22. }