Advertisement
hashinclude

Cura 4 Printrbot Simple Metal Settings

May 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ; Create printer using "Printrbot Simple",
  2. ; dimensions 150x150x150,
  3. ; printhead min/max 0/0/0/0 Gantry 99999
  4. ; Extruder - 0.4mm nozzle, 1.75mm filament dia, nozzle offset x/y 0/0
  5. ;
  6. ; START GCODE
  7. G28 X0 Y0 Z0
  8. G92 E0
  9. G29
  10.  
  11. ; END GCODE
  12. M104 S0 ;extruder heater off
  13. M140 S0 ;heated bed heater off (if you have it)
  14. G91 ;relative positioning
  15. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  16. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  17. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  18. M84 ;steppers off
  19. G90 ;absolute positioning
  20. ;{profile_string}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement