Created
January 26, 2020 19:48
-
-
Save onebytegone/eef22437683eed644393a1c1ed08b36d to your computer and use it in GitHub Desktop.
GCode for manually leveling Printrbot Metal Simple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Set bed and extruder temps | |
M190 S70 | |
M109 S180 | |
; Home X/Y | |
G28 X0.00 Y0.00 | |
G1 Y150 X0 Z10 F3000 | |
G30 S-1 | |
G1 Y150 X0 Z10 F3000 | |
G30 S-1 | |
G1 Y150 X0 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y150 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y150 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y150 X150 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X0 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X0 Z10 F3000 | |
G30 S-1 | |
G1 Y0 X0 Z10 F3000 | |
G30 S-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment