goofoo_gemini.def.json 663 B

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