Ramis84

Ramis Cura Start G-Code

Jul 18th, 2020
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. M190 S{material_bed_temperature} ;Wait for bed to reach temp before proceeding
  2. M104 S{material_print_temperature} ;Start heating extruder without waiting
  3. G28 ;Home
  4. @BEDLEVELVISUALIZER ;Assisting the Bed Level Visualizer plugin in OctoPrint
  5. G29 T ;Auto Bed Leveling
  6. M420 Z 10.0 ;Set Fade height
  7. M109 S{material_print_temperature} ;Wait for extruder to reach temp before proceeding
  8. G1 X200.0 Y190.0 Z0.2 F2000.0 ;Move to nozzle wipe start at lower left after bed leveling
  9. G92 E0 ;Reset extruder position
  10. G1 Y50.0 E10 F500.0 ;Purge line
  11. G92 E0 ;Reset extruder position again
Advertisement
Add Comment
Please, Sign In to add comment