@stuartofmt I haven't tried everything, but it seems to work. It no longer resumes the print on its own. Thanks again!
Latest posts made by JonasBaleine
-
RE: DuetLapse3
-
RE: DuetLapse3
@stuartofmt Here is my config DuetLapse3.config.txt. In the Info tab, I see pause as no. But when I pause a print with the Pause button from the Job/Status tab, the print automatically resumes if DuetLapse3 is started. In standby, it does not resume by itself.
-
RE: DuetLapse3
Hi @stuartofmt, its me again. I have everything working properly now, but I am wondering if there is a way that DuetLapse3 would not automatically resume a print if I manually paused it or paused by a filament sensor? Thanks!
-
RE: DuetLapse3
@stuartofmt Hi, thanks for the quick reply. Yes, I did create a folder in System and then created the config file inside it.
By trying a few things, I realised that my Pi failed to fetch updates with
sudo apt update
, so I reflashed the Pi, following the steps https://docs.duet3d.com/en/User_manual/Machine_configuration/SBC_setup again. Now it works when I start the plugin.
Thanks for all your help, I really appreciate it. -
RE: DuetLapse3
@stuartofmt Hi, I downloaded the new version you provided and installed it. When I start it, it says "started" for a few seconds, then "partially started".
To answer your questions:
- Yes,
http://c3po.local:8081/0/stream
display my video feed, on the pi, on my pc, in the Webcam tab of the DWC. -verbose
is already in my DuetLapse3.config.txt file. Starting the plugin does not seem to create a startup.log file.- When I run the command in the terminal and start the plugin, I get this result: Errors.txt saying PermissionError: [Errno 13] Permission denied: '/opt/dsf/sd/DuetLapse3/C3PO/c3po-local/startup.log'
I tried stopping Motion Webcam Server, but it did not solve the issue.
I tried adding my Raspberry Pi password to the config file with-password
, but it did not solve the issue.Thanks again, I appreciate the help.
- Yes,
-
RE: DuetLapse3
@stuartofmt Hi, I installed the plugin and tried to run DuetLapse through terminal using this command:
python3 ./plugins/DuetLapse3/dsf/DuetLapse3.py -file ./sd/DuetLapse3/DuetLapse3.config
from the
/opt/dsf
directory on my pi.Here is the log that was produced startup.txt , saying "The printer at (IP address) needs to be at version 3.4.5".
Let me know if you need more information. Thanks!
Edit:
I changed the duet3DVersion to '3.4.6' in DuetLapse3.py and when I run the same command, I get the following startup.txt
In the DWC, I get partially started as Status when I press the start:
If I run the command above in the terminal, I get this in the DWC, but still only partially started:
-
RE: DuetLapse3
@stuartofmt Hi, I will try it this weekend and come back to you. Do not worry, I understand being busy. Thanks for all you've done already.
-
RE: DuetLapse3
Hi, is there a plugin version for DSF version 3.4.6? I tried 3.4.5 and 3.5.0-beta.4 and both would not install with 3.4.6. Thanks.
-
RE: DuetLapse3
@stuartofmt Hi, thanks for the reply. I saw that there are 2 versions, the plugin and standalone version. What I meant was: does the plugin version only works when using the duet board in SBC mode? That's what the documentation would lead me to believe. Just wanted to make sure I understood correctly.
-
RE: DuetLapse3
Hi, if I understand correctly, the plugin is only compatible with Duet board with SBC? Not the standalone boards?