Skip to content

Instantly share code, notes, and snippets.

@ZENEZ-ORG
Created September 25, 2019 23:25
Show Gist options
  • Save ZENEZ-ORG/0682bcb5f7844540c8d9d21269aed025 to your computer and use it in GitHub Desktop.
Save ZENEZ-ORG/0682bcb5f7844540c8d9d21269aed025 to your computer and use it in GitHub Desktop.
Cura TimeLapse G-Code
G91 ; Relative movement for retraction. I can use M83 or G91 for relitave extruder on my MK2S
G1 E-0.8 F2100 ;Retract -0.8mm at 2100mm/min or 35mm/sec
G90; Absolute
G1 F9000 X220 Y215; Quick
G1 F1000 X232; Poke
G4 P500; Wait
G1 F9000 X220; Back
G91 ; Relative movement for retraction. I can use M83 or G91 for relitave extruder on my MK2S
G1 E0.8 F2100 ;Retract 0.8mm at 2100mm/min or 35mm/sec
G90; Back to absolute
;Layer
@ZENEZ-ORG
Copy link
Author

G91 ;Use relative positioning mode
G1 E-4 F1800 ;Retract 4mm of filament
G1 Z2 F2000 ;Move Z up 2mm
G90 ;Use absolute positioning mode
G1 F13000 X5 Y210 ;Quick move to rear right
G1 F1000 X0 ;Poke
G1 F9000 X5 ;Move 2mm to the left
G4 P800 ;Pause for 0.5 seconds
G91 ;Use relative positioning mode
G1 Z-2 F2000 ;Return Z to current layer
G90 ; Go back to absolute position mode for all axes

@ZENEZ-ORG
Copy link
Author

;TIMELAPSE SHUTTER START\nG91\nG1 F1800 E-10\nG90\nM82\nG1 F2500 X290 Y300\nG4 P100\nG1 F2500 X285 Y300\nG4 P2500\n;TIMELAPSE SHUTTER END\n;LAYER:

https://www.youtube.com/watch?time_continue=1&v=lcSeOCNUemc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment