tinyboy_e10.def.json 880 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 2,
  3. "name": "TinyBoy E10/J10/L10/M10",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Fred Chan",
  9. "manufacturer": "TinyBoy",
  10. "file_formats": "text/x-gcode",
  11. "has_machine_quality": true,
  12. "has_materials": false,
  13. "machine_extruder_trains": { "0": "tinyboy_extruder_0" },
  14. "preferred_quality_type": "normal"
  15. },
  16. "overrides":
  17. {
  18. "machine_depth": { "default_value": 100 },
  19. "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" },
  20. "machine_height": { "default_value": 105 },
  21. "machine_name": { "default_value": "TinyBoy E10" },
  22. "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" },
  23. "machine_width": { "default_value": 100 }
  24. }
  25. }