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

    RepRapFirmware-Obico

    Scheduled Pinned Locked Moved
    General Discussion
    6
    18
    1.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.
    • Sindariusundefined
      Sindarius
      last edited by

      I am excited to announce we have a beta application/plugin to add Obico support to RepRapFirmware. With Obico you are able to utilize their cloud services or self-hosted solutions to watch for print failures. Obico is able to notify users and pause prints based on itโ€™s detection services.

      You can visit the GitHub repo here while we
      https://github.com/sindarius/reprapfirmware-obico

      Installation instructions are available at the GitHub site

      I have also put together a YouTube video that walks through installation.
      https://youtu.be/WIAxNlF6a14?feature=shared

      It is worth mentioning that while this does require a Raspberry Pi to host the app it does not require DSF(Duet SBC) to function. It can be pointed to a standalone printer. However, if you are running a DSF SBC printer you must be running 3.5b4 for this to work.

      Looking forward to your feedback and hope you enjoy.

      Sindarius

      Exerqtorundefined 1 Reply Last reply Reply Quote 6
      • Exerqtorundefined
        Exerqtor @Sindarius
        last edited by

        @Sindarius Great job ๐Ÿ˜โœŒ๏ธ

        1 Reply Last reply Reply Quote 1
        • PrintManundefined
          PrintMan
          last edited by

          Great!
          Does this help with management of all printers using RRF fw?

          Sindariusundefined 1 Reply Last reply Reply Quote 0
          • Sindariusundefined
            Sindarius @PrintMan
            last edited by

            @PrintMan Depending on what you need in terms of print management Obico could help you.

            The Obico dashboard allows you to start prints on multiple printers from one dashboard. Also the plugin fully supports their functionality of sending a g-code file to their server and it will upload it to the printer when you tell it to start a print. They also provide notification support based on the printer state (printing, finished, etc.)

            While I would not call it a full featured print controller like DWC it does give you a good multi-printer central point.

            1 Reply Last reply Reply Quote 1
            • A Former User?
              A Former User
              last edited by

              This post is deleted!
              Sindariusundefined 1 Reply Last reply Reply Quote 0
              • Sindariusundefined
                Sindarius @A Former User
                last edited by

                @Herve_Smith you can run a self hosted solution and not have to pay the cloud hosted fees but you would have to manage the instance.

                I have Obico Sever running locally on a Jetson Nano.

                PrintManundefined 1 Reply Last reply Reply Quote 0
                • PrintManundefined
                  PrintMan @Sindarius
                  last edited by

                  @Sindarius said in RepRapFirmware-Obico:

                  @Herve_Smith you can run a self hosted solution and not have to pay the cloud hosted fees but you would have to manage the instance.

                  I have Obico Sever running locally on a Jetson Nano.

                  This means we can create our server and at no cost, right?

                  Sindariusundefined 1 Reply Last reply Reply Quote 1
                  • Sindariusundefined
                    Sindarius @PrintMan
                    last edited by

                    @PrintMan that is correct their server solution is open source. You can find more information here.

                    https://www.obico.io/obico-cloud-vs-self-hosted.html

                    1 Reply Last reply Reply Quote 0
                    • StanRyabundefined StanRyab referenced this topic
                    • Lachlanundefined
                      Lachlan
                      last edited by

                      HI, I am trying to get Obico started, but I am having trouble with the codes on the github page.
                      When I copy/paste the code into powershell, then I get the message as on the screenshot.Screenshot 2025-03-12 081607.png Screenshot 2025-03-12 081636.png
                      The first image is when I put the main code in. The second is what happened when I tried to put the error code in.
                      would anyone know what is going on?
                      Thanks

                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @Lachlan
                        last edited by

                        @Lachlan you need to install git

                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                        1 Reply Last reply Reply Quote 0
                        • Sindariusundefined
                          Sindarius
                          last edited by

                          Also it is worth mentioning that this repo was officially moved to
                          https://github.com/TheSpaghettiDetective/reprapfirmware-obico

                          Lachlanundefined 1 Reply Last reply Reply Quote 0
                          • Lachlanundefined
                            Lachlan @Sindarius
                            last edited by

                            @Sindarius I have installed git, and used the new code, Obico appears to be installed, but I am not getting any of the prompts to fill in the printer information. IE (ip address, port type etc.) Do I need to put in another command after installation to put in the codes?

                            Sindariusundefined 1 Reply Last reply Reply Quote 0
                            • Sindariusundefined
                              Sindarius @Lachlan
                              last edited by

                              @Lachlan Normally doing the ./install.sh in the plugin should be enough to get the install going and you should get prompts that walk you through installation.

                              Lachlanundefined 1 Reply Last reply Reply Quote 0
                              • Lachlanundefined
                                Lachlan @Sindarius
                                last edited by

                                @Sindarius Screenshot 2025-03-17 082138.png
                                These are the files that are currently installed on my computer.
                                would I be able to upload any of these to DWC?

                                Lachlanundefined 1 Reply Last reply Reply Quote 0
                                • Lachlanundefined
                                  Lachlan @Lachlan
                                  last edited by

                                  @Sindarius This is what I get when I installed itScreenshot 2025-03-17 100043.png

                                  Sindariusundefined 1 Reply Last reply Reply Quote 0
                                  • Sindariusundefined
                                    Sindarius @Lachlan
                                    last edited by

                                    @Lachlan This is something that would normally be installed on a Raspberry Pi using SBC Mode and not necessarily on your desktop. This is not a DWC plugin because it is running python scripts and installing services.

                                    Lachlanundefined 1 Reply Last reply Reply Quote 0
                                    • Lachlanundefined
                                      Lachlan @Sindarius
                                      last edited by

                                      @Sindarius Ok, we have ordered a Raspberry. Do I link the camera to the raspberry or to the computer?

                                      Sindariusundefined 1 Reply Last reply Reply Quote 0
                                      • Sindariusundefined
                                        Sindarius @Lachlan
                                        last edited by

                                        @Lachlan said in RepRapFirmware-Obico:

                                        @Sindarius Ok, we have ordered a Raspberry. Do I link the camera to the raspberry or to the computer?

                                        Reply

                                        You would put the camera on the raspberry pi since that is where it would be doing the processing.

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