goofoo_max.def.json 600 B

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