pbr3d_g1.def.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 2,
  3. "name": "PBR 3D Gen-I",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Kapil H. Sonone, Prof. Bahubali P. Fuladi",
  9. "manufacturer": "PBR Research",
  10. "file_formats": "text/x-gcode",
  11. "platform": "pbr3d_g1_buildplate.stl",
  12. "machine_extruder_trains": { "0": "pbr3d_g1_extruder_0" },
  13. "platform_offset": [
  14. 0,
  15. -5,
  16. 0
  17. ]
  18. },
  19. "overrides":
  20. {
  21. "gantry_height": { "value": "200" },
  22. "machine_center_is_zero": { "default_value": false },
  23. "machine_depth": { "default_value": 200 },
  24. "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the Filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84" },
  25. "machine_heated_bed": { "default_value": true },
  26. "machine_height": { "default_value": 200 },
  27. "machine_name": { "default_value": "PBR 3D Gen-I" },
  28. "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the Platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
  29. "machine_width": { "default_value": 200 }
  30. }
  31. }