MOVED TO -> https://github.com/simonjamain/CustomTimelapseCuraPlugin
Last active
September 12, 2023 15:42
-
-
Save simonjamain/beeca3f692b087e0e27712971aa0842b to your computer and use it in GitHub Desktop.
Custom timelapse script for CURA postprocessing plugin
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 ?
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
And here is the result