Last active
September 3, 2024 16:52
-
-
Save 0x7d7b/2cf09c0266087eb73af4f18181ddac11 to your computer and use it in GitHub Desktop.
Anycubic Kobra 2 Pro Timelapse
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
; AFTER_LAYER_CHANGE [layer_num] @ [layer_z]mm | |
G1 E-0.2 F3000 ;Retract a little | |
G1 X220 Y220 F36000 E0 ;Move away from the print at 600 mm/s | |
G4 S0 ;Wait for move to finish | |
G1 X219.98 F0.6 E0 ;G4 is not working in anycubic, simulate waiting time by moving X slowly at 0.01 mm/s | |
G4 S0 ;Wait for move to finish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment