Created
February 20, 2024 21:37
-
-
Save subtubes-io/63c0ab295196885df56a073bc557abcc to your computer and use it in GitHub Desktop.
G-Code for Bambulabs P1S and X1 to pause and lower bed
This file contains hidden or 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
G91 ; Set relative positioning | |
G0 Z100 ; Lower bed 100 mm | |
M400 U1 ; Pause for user interaction | |
G0 Z-100 ; Raise bed back to original position | |
G90 ; Back to absolute positioning... | |
M83 ; ...but extruder relative! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
G91
G0 Z100
M400 U1
G0 Z-100
G90
M83