tinyboy_e16.def.json 941 B

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