Skip to content

Instantly share code, notes, and snippets.

@simonjamain
Last active September 12, 2023 15:42
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simonjamain/beeca3f692b087e0e27712971aa0842b to your computer and use it in GitHub Desktop.
Save simonjamain/beeca3f692b087e0e27712971aa0842b to your computer and use it in GitHub Desktop.
Custom timelapse script for CURA postprocessing plugin
@Flying-Suricate
Copy link

Hi. I already used this and its great thanks! but I have a problem here. My printer is Creality K1 and the print speed that I using is 300mm/s whit this script, after each layer the printer will go the shutter position by a very slow speed. how can I add a speed like "Return speed" that you already written it ? Screenshot 2023-09-12 at 4 20 18 PM

It seams the 3000000 mm/m get ignored on your machine. Maybe it is too high and then it uses its standard speed. You could try to set the first Gcode line something like: G0 X15 F7000. Maybe this will work for you.

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