Advertisement
sr3jan

Taz6 BLtouch Archim2 Hemera Startup Script

Apr 11th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. M140 S[bed0_temperature] ; start heating bed
  2. M104 S170 ; start heating extruder
  3. G28 XY ; home X and Y
  4. M109 S170 ; soften filament for Z homing
  5. G28 Z ; home Z
  6. G92 E0 ; zero extruder
  7. G1 E-12 F100 ; retract 12mm filament
  8. G1 X-15 Y100 F3000 ; move above wiper pad
  9. G1 Z-6 ; push nozzle into wiper
  10. G1 X-17 Y95 F1000 ; slow wipe
  11. G1 X-17 Y90 F1000 ; slow wipe
  12. G1 X-17 Y85 F1000 ; slow wipe
  13. G1 X-15 Y90 F1000 ; slow wipe
  14. G1 X-17 Y80 F1000 ; slow wipe
  15. G1 X-15 Y95 F1000 ; slow wipe
  16. G1 X-17 Y75 F2000 ; fast wipe
  17. G1 X-15 Y65 F2000 ; fast wipe
  18. G1 X-17 Y70 F2000 ; fast wipe
  19. G1 X-15 Y60 F2000 ; fast wipe
  20. G1 X-17 Y55 F2000 ; fast wipe
  21. G1 X-15 Y50 F2000 ; fast wipe
  22. G1 X-17 Y40 F2000 ; fast wipe
  23. G1 X-15 Y45 F2000 ; fast wipe
  24. G1 X-17 Y35 F2000 ; fast wipe
  25. G1 X-15 Y40 F2000 ; fast wipe
  26. G1 X-17 Y70 F2000 ; fast wipe
  27. G1 X-15 Y30 Z-4 F2000 ; fast wipe
  28. G1 X-17 Y35 F2000 ; fast wipe
  29. G1 X-15 Y25 F2000 ; fast wipe
  30. G1 X-17 Y30 F2000 ; fast wipe
  31. G1 X-15 Y25 Z1.5 F1000 ; slow wipe
  32. G1 X-17 Y23 F1000 ; slow wipe
  33. G1 Z10 ; raise extruder
  34. G1 X-9 Y-9 ; move above first probe point
  35. M204 S800 ; set accel for probing
  36. G29 L0 ; probe sequence (for auto-leveling)
  37. G29 J ; prope 3 points and adjust
  38. M204 S500 ; set accel back to normal
  39. G1 X0 Y0 Z15 F5000 ; get out of the way
  40. M400 ; clear buffer
  41. M117 Heating...
  42. M104 S[extruder0_temperature] ; start heating extruder
  43. M190 S[bed0_temperature] ; stabilize bed
  44. M109 S[extruder0_temperature] ; stabilize extruder
  45. G1 Z2 E0 F75 ; extrude filament back into nozzle
  46. M117 TAZ Printing...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement