Hi,
ich liebe Timelapse Aufnahmen von 3D Drucken. Vor meinem A1 hatte ich auf meinem elegoo octolapse eingerichtet und war eigentlich immer ganz gut zufrieden mit den Aufnahmen. Die Aufnahmen vom A1 und mini sind ein cooles feature keine Frage, aber die qualität ist leider nur okay und der Kamerawinkel leider immer der Gleiche und nicht immer ganz optimal. Aus diesem Grund habe ich mir eine alternative externe Lösung mit einem Bluetooth- Auslöser überlegt.
Den Auslöser klemmt man einfach in der Halterung ein und justiert ihn im passenden Abstand. Anschließend schraubt ihn mit der 3D gedruckten Schraube und passendem Distanzstück so fest, das der Druckkopf wenn er nach ganz nach links fährt, den Auslöser betätigt (A1 = 0,5mm und A1 mini= 2mm). Wenn man jetzt beim Druck die Zeitraffer Funktion auswählt bekommt man jeden Layer ein Bild, die man dann zu einem schönen Zeitraffer zusammenschneiden kann. Ich mache die kommende Woche noch eine Anleitung im Videoformat, da der Maschinen G-Code an einer Stelle angepasst werden muss… nix wildes.
Wenn der Druckkopf in die Safe Position fährt und er dort für den Bruchteil einer Sekunde verweilt wird durch längeres drücken des Auslösers entweder Serienbild, Fokus oder kurz Video ausgelöst... Alle drei Funktionen wollen wir vermeiden, daher habe ich beim “Zeitraffer G-code” folgende Zeile geändert:
Ursprüngliche Zeile: M400 P300
Neuer Zeileninhalt: G1 X10 ; Alter G-code an dieser Stelle -> M400 P300
M400 bedeutete, dass der Drucker wartet bis die Bewegung vollständig abgeschlossen ist und P300 lässt ihn zusätzlich 300 Millisekunden warten, bevor er den nächsten Befehl ausführt. Diese Zeile habe ich dann einfach durch einen neuen Bewegungsbefehl G1 X10 ersetzt, der den Druckkopf sofort zu X10 fahren lässt. Ggf. könnte man ihn dort zusätzlich noch eine halbe Sekunde warten lassen, aber so funktioniert es auf jedenfall bestens, bei A1 und A1 mini.
Hi,
I love timelapse recordings of 3D printing. Before my A1, I had set up octolapse on my elegoo and was actually always quite happy with the recordings. The recordings from the A1 and mini are a cool feature, no question, but the quality is unfortunately only okay and the camera angle is unfortunately always the same and not always quite optimal. For this reason I thought of an alternative external solution with a Bluetooth trigger. You simply clamp the trigger in the holder and adjust it to the appropriate distance. Then screw it tight with the 3D printed screw and a suitable spacer so that the print head activates the trigger when it moves all the way to the left (A1 = 0.5mm and A1 mini = 2mm). If you now select the time-lapse function when printing, you get an image for each layer, which you can then cut together to create a beautiful time-lapse. I'll be doing another tutorial in video format next week because the machine G-code needs to be adjusted in one place... nothing crazy.
If the print head moves into the safe position and it stays there for a fraction of a second, pressing the shutter button for a longer period triggers either a series image, focus or a short video... We want to avoid all three functions, which is why I used G-code for the “time lapse”. ” changed the following line:
Original line: M400 P300
New line content: G1 X10 ; Old G-code at this point -> M400 P300
M400 meant the printer would wait until the movement was completely completed and P300 would make it wait an additional 300 milliseconds before executing the next command. I then simply replaced this line with a new movement command G1 X10, which immediately moves the print head to X10. If necessary, you could make it wait there for an additional half a second, but that's how it works perfectly, with the A1 and A1 mini.
Comment & Rating (24)