MOVED TO -> https://github.com/simonjamain/CustomTimelapseCuraPlugin
-
-
Save simonjamain/beeca3f692b087e0e27712971aa0842b to your computer and use it in GitHub Desktop.
Good afternoon bro, introduce me, Glen, I'm from Indonesia. I want to ask you the code for Creality CR 10 Smart, so how do you get to the right? Please answer immediately, Thank you.
@FlyingSuricate. I am using your script for my UMS5. I was wondering where I can find the pictures of the timelapse. Where are they saved.
The Version of the script does not record any pictures. It moves the head on each layer out of the way to a specific point. A different programm is running on my pc and request the head position. If the head is in the right position, a request of the picture get called and stored. Unfortunatly I was not able to use the Camera trigger command on my Ultimaker. Also sometimes the connection get lost from too many request at the same time.
I am working currently on a new Version. Maybe with an GUI and .exe file. And new code with less beginner mistakes.
Direct download link of the program:
https://onedrive.live.com/download?cid=784DD878071E0AC6&resid=784dd878071e0ac6%21190115&authkey=AExf5rasOejQnd8
@Flying-Suricate Do you have a tutorial on how to use the program on the pc. Also, is the program myultimaker?
I changed the file. Just redownload it.
Unzip the folder. Run the main.exe file. All missing folder/files should create itself. Close the terminal. Set the ip in the config.ini file. Reopen main.exe. The program is now running. Just start a print with the custome timelapse script active with default values. This should be all.
@Flying-Suricate Thank you so much
@Flying-Suricate how can i trigger a different camera connected to the u,timaker. im using the ultituner tool that smithy created which allow to add a second camera using the the front usb port.
So my expermental program is working also on an Ultimaker 5. Good to know. To get the image I use an http request of the web stream. I dont know how the ultituner works but if you get the image on the web view, everything should work normaly. There is no configuration currrently to change the connection. You can use the existing connection by changing the camera. The internal camera is connected by microUSB. Just use this connecton to a different camera and this should also work. I rewire this cable back and out of the case threw the bottom of the case.
@Flying-Suricate Do you know if I can connect a DSLR to the printer?
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 ?
I dont know why It does not retreat the old Speed. I will look it up. It could take some time.
I dont know why It does not retreat the old Speed. I will look it up. It could take some time.
Please take a look at this video.
71620424513__FFA43DB3-8308-4F67-9468-A15F47FE4D2C.MOV
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.
I'm not english either (french) ^^ Thank you for the contribution, I'll try to test this on my printer and add it to the codebase. A pull request on the repo (https://github.com/simonjamain/CustomTimelapseCuraPlugin) with your edits could certainly make things faster :)