stereotech_ste320.def.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "version": 2,
  3. "name": "Stereotech STE320",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Stereotech",
  9. "manufacturer": "Stereotech LLC.",
  10. "file_formats": "text/x-gcode",
  11. "platform": "stereotech_ste320_platform.obj",
  12. "has_materials": true,
  13. "machine_extruder_trains":
  14. {
  15. "0": "stereotech_ste320_1st",
  16. "1": "stereotech_ste320_2nd"
  17. },
  18. "platform_offset": [
  19. 0,
  20. 0,
  21. -14
  22. ],
  23. "platform_texture": "StereotechSte320backplate.png",
  24. "supports_usb_connection": false
  25. },
  26. "overrides":
  27. {
  28. "gantry_height": { "value": "25" },
  29. "machine_center_is_zero": { "default_value": false },
  30. "machine_depth": { "default_value": 210 },
  31. "machine_end_gcode": { "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" },
  32. "machine_extruder_count": { "default_value": 2 },
  33. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  34. "machine_head_with_fans_polygon":
  35. {
  36. "default_value": [
  37. [-29, 22],
  38. [-29, -20],
  39. [27, 22],
  40. [27, -20]
  41. ]
  42. },
  43. "machine_heated_bed": { "default_value": true },
  44. "machine_height": { "default_value": 200 },
  45. "machine_name": { "default_value": "Stereotech STE320" },
  46. "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;homing\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." },
  47. "machine_use_extruder_offset_to_offset_coords": { "default_value": true },
  48. "machine_width": { "default_value": 218 }
  49. }
  50. }