Skip to content

Instantly share code, notes, and snippets.

@wyattearp
Last active December 12, 2020 03:52
Show Gist options
  • Save wyattearp/cc2b5ce2f939180bb365e99128ec777f to your computer and use it in GitHub Desktop.
Save wyattearp/cc2b5ce2f939180bb365e99128ec777f to your computer and use it in GitHub Desktop.
ender5-end.gcode
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positionning
G1 X220 Y220 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M84 X Y E ;Disable all steppers but Z
@wyattearp
Copy link
Author

updating to move to back right as opposed to center

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment