Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    DuetLapse3

    Scheduled Pinned Locked Moved
    Third-party software
    20
    296
    30.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JonasBaleineundefined
      JonasBaleine
      last edited by

      Hi, if I understand correctly, the plugin is only compatible with Duet board with SBC? Not the standalone boards?

      stuartofmtundefined 1 Reply Last reply Reply Quote 0
      • stuartofmtundefined
        stuartofmt @JonasBaleine
        last edited by

        @JonasBaleine said in DuetLapse3:

        Hi, if I understand correctly, the plugin is only compatible with Duet board with SBC? Not the standalone boards?

        DuetLapse3 can be used either standalone or as a plugin. The code is common to both. The functionality is the same.

        See the documentation here:
        https://github.com/stuartofmt/DuetLapse3/blob/main/Documents/Getting Started.md

        Standalone
        DuetLapse3 can be installed (not as a plugin) on a linux or windows machine. DuetLapse uses python and its not possible / practical to run as a plugin on a standalone board.

        I recently changed a few file locations for better identification of versions. I just noticed that I have not updated a couple of links in the documentation.

        For standale on version 3.4.5 DuetLapse3 is here:
        https://github.com/stuartofmt/DuetLapse3/tree/main/Release 3.4.5
        For standalone on version 3.5.0-beta.4, DuetLapse3 is here:
        https://github.com/stuartofmt/DuetLapse3/tree/main/plugin/3.5.0-beta.4/dsf

        stuartofmtundefined 1 Reply Last reply Reply Quote 0
        • stuartofmtundefined
          stuartofmt @stuartofmt
          last edited by

          @JonasBaleine

          Also - if you are using the beta.4 version as standalone, you should copy this macro into your /sys folder

          https://github.com/stuartofmt/DuetLapse3/tree/main/plugin/3.5.0-beta.4/sd/sys

          JonasBaleineundefined 1 Reply Last reply Reply Quote 0
          • JonasBaleineundefined
            JonasBaleine @stuartofmt
            last edited by

            @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.

            stuartofmtundefined 1 Reply Last reply Reply Quote 0
            • stuartofmtundefined
              stuartofmt @JonasBaleine
              last edited by

              @JonasBaleine said in DuetLapse3:

              does the plugin version only works when using the duet board in SBC mode?

              The plugin version only works for SBC. The reason is that the "heavy lifting" of DuetLapse3 is all done with Python code. Its not possible / practical to run that code on a standalone board. For standalone, you need to install DuetLapse3 on some computer with network access to the printer. I used to run it this way when I had a Duet2 using a Pi to run DuetLapse3.

              You can install not-as-a-plugin with either standalone or SBC. The main advantage of using the plugin (if you are running SBC) is that it simplifies the installation and integrates the UI with DWC. Otherwise the functionality is identical.

              1 Reply Last reply Reply Quote 0
              • JonasBaleineundefined
                JonasBaleine
                last edited by

                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.

                stuartofmtundefined 1 Reply Last reply Reply Quote 0
                • stuartofmtundefined
                  stuartofmt @JonasBaleine
                  last edited by stuartofmt

                  @JonasBaleine said in 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.

                  I have not created a specific version for 3.4.6, quite busy right now 😞

                  I suspect it might "just work" if I edit the required version in the plugin.json file. There is a way to set a version range (I think) but figuring that out could take time.

                  Can you try this and let me know if it installs ok? (remove .txt extension)
                  [DuetLapse3-5.2.2.1-3.4.6.zip.txt]

                  P.S. 3.5.0-beta.4 definitely will not work.

                  JonasBaleineundefined 2 Replies Last reply Reply Quote 0
                  • JonasBaleineundefined
                    JonasBaleine @stuartofmt
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 0
                    • JonasBaleineundefined
                      JonasBaleine @stuartofmt
                      last edited by JonasBaleine

                      @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:
                      f44237a0-5500-433f-b2ef-edfced4f73d5-image.png
                      9aa23535-892d-4efc-a172-c9c406d56e00-image.png

                      If I run the command above in the terminal, I get this in the DWC, but still only partially started:
                      4e9d1e82-9ac7-413b-8294-b79067c817f5-image.png

                      stuartofmtundefined 1 Reply Last reply Reply Quote 0
                      • stuartofmtundefined
                        stuartofmt
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • stuartofmtundefined
                          stuartofmt @JonasBaleine
                          last edited by stuartofmt

                          @JonasBaleine

                          Before we get too far along - I've rebuilt the blugin against the 3.4.6 release (attached at end).
                          In theory there should not have been a difference between 3.4.5 and 3.4.6 from a plugin perspective but ...

                          Regarding the version numbers. In the beta / rc versions I require a complete match because there can be some sensitivity. I was not thinking when I set the version number in 3.4.5. It should have been 3.4 which will match any release in that series. I've corrected this in the version above (The only change to DuetLapse3 I made).

                          Regarding the start issue. The fact that it shows as only partially started when you run it from the terminal is, I think, to be expected based on the underlying plugin framework. What we should focus on is what happens when installed as a plugin and run as a plugin.

                          From the logfile I see
                          -duet = c3po.local . The connection to the printer is successful, so that part is good.

                          For -weburl1 = http://c3po.local:8081/0/stream its hard to tell because its likely not tried to capture any images.

                          If the problem persistes with the above build .....

                          1. From a browser on the pi does http://c3po.local:8081/0/stream display your video feed?

                          2. The logfile is only partial - can you run it with -verbose as that will capture most errors seen by the program.

                          3. In a console: run the following command before trying to start the plugin and monitor for errors. sudo SYSTEMD_LESS=RXMK /usr/bin/journalctl -f

                          [DuetLapse3-3.4.6--5.2.2.1.zip.txt]

                          JonasBaleineundefined 1 Reply Last reply Reply Quote 0
                          • JonasBaleineundefined
                            JonasBaleine @stuartofmt
                            last edited by

                            @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:

                            1. Yes, http://c3po.local:8081/0/stream display my video feed, on the pi, on my pc, in the Webcam tab of the DWC.
                            2. -verbose is already in my DuetLapse3.config.txt file. Starting the plugin does not seem to create a startup.log file.
                            3. 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.

                            stuartofmtundefined 1 Reply Last reply Reply Quote 0
                            • stuartofmtundefined
                              stuartofmt @JonasBaleine
                              last edited by

                              @JonasBaleine said in DuetLapse3:

                              Thanks for the quick turnaround. This is looking like a permissions issue as opposed to a code issue. Lets see ...

                              @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".

                              This makes sense given the problems below.

                              1. -verbose is already in my DuetLapse3.config.txt file. Starting the plugin does not seem to create a startup.log file.

                              That seems wierd - the location for the config file should be /opt/dsf/sd/sys/DuetLapse3/DuetLapse3.config. Using DWC - Did you create a folder off your sys directory called DuetLapse3 and place your config file there ?
                              This is set by -basedir = /opt/dsf/sd/DuetLapse3. If you have those folders/files set up - this error is possibly related to the permission issue described below.

                              1. 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'

                              This looks to be a a permissions error. I dont know where the /assets/ ... path comes into it. Its certainly not in the DuetLapse3 code. The /assets folder does not even exist in my setup. It could be a temp folder and we are seeing it because of the error.

                              All the files under /opt/dsf should be owned by dsf:dsf. I've seen several times now where the strange permissions were set when installing SBC using these instructions. https://docs.duet3d.com/User_manual/Machine_configuration/DSF_Other

                              Take a look in /opt/dsf and confirm all the files / folders have the correct permissions.

                              I've had to fix it by uninstalling the plugin, running the following, then reinstalling the plugin

                              cd /opt/dsf
                              sudo chown -R dsf:dsf *
                              

                              I've reported it and hopefully its something that can be fixed.

                              I tried adding my Raspberry Pi password to the config file with -password,

                              The config file only requires a -password if you have set a password for your printer and is only used for connecting with the printer. Its not used for the file / folder structure.

                              JonasBaleineundefined 1 Reply Last reply Reply Quote 0
                              • JonasBaleineundefined
                                JonasBaleine @stuartofmt
                                last edited by

                                @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.

                                1 Reply Last reply Reply Quote 0
                                • JonasBaleineundefined
                                  JonasBaleine
                                  last edited by

                                  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!

                                  stuartofmtundefined 1 Reply Last reply Reply Quote 0
                                  • stuartofmtundefined
                                    stuartofmt @JonasBaleine
                                    last edited by

                                    @JonasBaleine said in 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!

                                    I cannot reply in full just now but the answer is yes. Take a look at the documentation. From memory you don't want to set - pause

                                    What does your config file look like

                                    JonasBaleineundefined 1 Reply Last reply Reply Quote 0
                                    • JonasBaleineundefined
                                      JonasBaleine @stuartofmt
                                      last edited by

                                      @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.

                                      stuartofmtundefined 1 Reply Last reply Reply Quote 0
                                      • stuartofmtundefined
                                        stuartofmt @JonasBaleine
                                        last edited by

                                        @JonasBaleine said in 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.

                                        Thanks! - I found a logic error I had introduced a while back when I was re-arranging code (aka a bug). Would you mind trying this? I've not had a chance to test it but it was a 2 line change - so should (fingers crossed) be OK.

                                        DuetLapse3-3.4.6-test.zip.txt

                                        JonasBaleineundefined 1 Reply Last reply Reply Quote 0
                                        • JonasBaleineundefined
                                          JonasBaleine @stuartofmt
                                          last edited by

                                          @stuartofmt I haven't tried everything, but it seems to work. It no longer resumes the print on its own. Thanks again!

                                          1 Reply Last reply Reply Quote 0
                                          • jltxundefined
                                            jltx
                                            last edited by

                                            @stuartofmt I'm not sure if this is still working in 2025 but I'm trying to get it set up. I want to use the plug-in version. I'm on 3.5.4 but planning to move to 3.6 soon.

                                            The documentation seems to be missing key info. The link to the plug-in instructions is broken. The general setup is good and I did that. The getting started goes through all kinds of options I need to set but doesn't say where until the very end, which caused me much confusion. Then it says create some configuration file but with what name and where does it go? sys directory? Do I need to make the directory user /opt/dsf/sd?

                                            All the hardware, RPi and webcam, are working but I cannot get the sw configured because I can't tell where I am supposed to put anything. There are so many permutations I'm not sure which set I am supposed to follow vs a stand-alone. I am not a sw person so I am fumbling through this desperately with no success other than capturing a still frame from the cmd line. Any help appreciated.

                                            osteracundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA