goofoo_tinyplus.def.json 466 B

123456789101112131415
  1. {
  2. "version": 2,
  3. "name": "Goofoo Tiny+",
  4. "inherits": "goofoo_small",
  5. "metadata": { "visible": true },
  6. "overrides":
  7. {
  8. "machine_depth": { "default_value": 120 },
  9. "machine_heated_bed": { "default_value": false },
  10. "machine_height": { "default_value": 180 },
  11. "machine_name": { "default_value": "Goofoo Tiny+" },
  12. "machine_width": { "default_value": 120 },
  13. "raft_margin": { "default_value": 5 }
  14. }
  15. }