tinyboy_ra20.def.json 1.0 KB

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