Advertisement
sinned6915

purge statements

Apr 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ; Purge from +X to -X
  2. ; M104 S230 ;extruder heater on 230
  3. ; M140 S80 ;heated bed 80 on
  4. G28 ; home all axis
  5. G90 ; set to absolute positioning mode
  6. G1 X195 F7500 ; move the carriage to X195
  7. G1 Z0.3 F15.0 ; raise Z 0.3mm set feed rate
  8. G91 ; set to relative positioning mode
  9. G1 X-60 E9 F15.0 ; moves axis 60mm and extrude 9mm filament
  10.  
  11. ; Purge from +X to +Y
  12. ; M104 S230 ;extruder heater on 230
  13. ; M140 S80 ;heated bed 80 on
  14. G28 ; home all axis
  15. G90 ; set to absolute positioning mode
  16. G1 X195 Y195 F7500 ; move the carriage to X195 Y195
  17. G1 Z0.3 F15.0 ; raise Z 0.3mm set feed rate
  18. G91 ; set to relative positioning mode
  19. G1 Y-60 E9 F15.0 ; moves axis 60mm and extrude 9mm filament
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement