Advertisement
Guest User

gcode script

a guest
Jul 13th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. I have this script
  2.  
  3. M117 Here We Go!!!
  4. G28 ; home all axes
  5. M204 P500 S700 T1000
  6. M205 X10 Y10 ; set jerk x/y=10
  7. M117 Purging Extruder...
  8. G1 Z1.0 F3000 ; lift Z
  9. G1 X0.2 Y25 Z0.2 F3000.0 ; move to start-line position
  10. G92 E0 ; reset extruder
  11. G1 X0.2 Y150.0 F1000.0 E15 ; draw 1st line
  12. G1 X0.7 Y150.0 F3000.0 ; move to side 0.5mm
  13. G1 X0.7 Y50 F1000.0 E30 ; draw 2nd line
  14. G1 X0.7 Y25 F5000.0 ; quick wipe
  15. M117 Printing...
  16.  
  17. So, if I add the line of code that you say
  18.  
  19. M117 Here We Go!!!
  20. M92 X106.64 Y106.64;
  21. G28 ; home all axes
  22. M204 P500 S700 T1000
  23. M205 X10 Y10 ; set jerk x/y=10
  24. M117 Purging Extruder...
  25. G1 Z1.0 F3000 ; lift Z
  26. G1 X0.2 Y25 Z0.2 F3000.0 ; move to start-line position
  27. G92 E0 ; reset extruder
  28. G1 X0.2 Y150.0 F1000.0 E15 ; draw 1st line
  29. G1 X0.7 Y150.0 F3000.0 ; move to side 0.5mm
  30. G1 X0.7 Y50 F1000.0 E30 ; draw 2nd line
  31. G1 X0.7 Y25 F5000.0 ; quick wipe
  32. M117 Printing...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement