DuetLapse
DuetLapse copied to clipboard
Time Lapse camera support for Duet based 3D printers
I've installed everything needed with no problems. When I start the script with ./DuetLapse.py -duet 192.168.1.7 -camera pi it appears the following log: Attempting to connect to printer at 192.168.1.7...
Fix some issues with installing numpy.
I followed your instructions to install Duetlapse on a clean install of raspiOS Minimal. I installed python3, installed python3-pip and pip installed numpy and compiled `mjpg-streamer` from source. However, when...
Hello, i have everything installed and setup. when i run ; ./DuetLapse.py -duet 10.1.2.xxx -camera pi -pause yes -movehead 200 200 -detect layer it stops, moves the head to the...
Hi, first of all big thanks for making this available. I previously used Octopi and timelabs was always on my wish list since I moved fully to Duet. My setup...
My wifi is super buggy and causes random disconnects. A simple try statement fixes this.
Line 144 is redundant given line 140, the if-statement shouldn't affect the variable 'printer'
So far the needed Files are where they should be. But when starting the Script I get following error: `Python Library Module 'DuetWebAPI.py' is required. Obtain from https://github.com/DanalEstes/DuetWebAPI Place in...