goofoo_gemini.def.json 769 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 2,
  3. "name": "Goofoo Gemini",
  4. "inherits": "goofoo_far",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "machine_extruder_trains":
  9. {
  10. "0": "goofoo_gemini_1st",
  11. "1": "goofoo_gemini_2st"
  12. }
  13. },
  14. "overrides":
  15. {
  16. "machine_depth": { "default_value": 250 },
  17. "machine_extruder_count": { "default_value": 2 },
  18. "machine_head_with_fans_polygon":
  19. {
  20. "default_value": [
  21. [0, 0],
  22. [0, 0],
  23. [0, 0],
  24. [0, 0]
  25. ]
  26. },
  27. "machine_height": { "default_value": 200 },
  28. "machine_name": { "default_value": "Goofoo Gemini" },
  29. "machine_width": { "default_value": 360 }
  30. }
  31. }