Last active
April 6, 2025 17:21
-
-
Save anton-matosov/2901296c85c750ba7e85c8ae6ae8f85f to your computer and use it in GitHub Desktop.
Wipe gcode for Bambu X1C printer, insert into layer change Gcode of printer settings
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
G1 X60 Y265; nozzle wipe position | |
G92 E0 ; zero extruder | |
G1 E-0.5 F300 ; retract filament | |
G1 X100 F5000 ; wipe right | |
G1 X70 F15000 ; wipe left | |
G1 X100 F5000 ; wipe right | |
G1 X70 F15000 ; wipe left | |
G1 X100 F5000 ; wipe right | |
G1 X70 F15000 ; wipe left | |
G1 X100 F5000 ; wipe right | |
G1 X70 F15000 ; wipe left | |
G1 X60 F5000 ; clearance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment