Skip to content

Instantly share code, notes, and snippets.

@anton-matosov
Last active April 6, 2025 17:21
Show Gist options
  • Save anton-matosov/2901296c85c750ba7e85c8ae6ae8f85f to your computer and use it in GitHub Desktop.
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
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