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

Controlling Duet 3 from Linux (Non-SBC)

Scheduled Pinned Locked Moved
General Discussion
4
8
369
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.
  • undefined
    shyam98
    last edited by 12 Mar 2023, 10:52

    Hello!

    I am fairly new to Duet3D and RRF. I have an application where I would like to control multiple "3D Printers" via a single PC / Linux server. I know that with Klipper, you can directly control hardware over USB from a central computer (sbc or otherwise).
    I already have a Duet3 Mainboard 6HC and was wondering if it was possible with this board.

    Is it possible to send hardware commands over ethernet or usb to the Duet3 Mainboard?
    Would I be better off getting a Klipper setup?

    Thanks!

    undefined 1 Reply Last reply 13 Mar 2023, 14:41 Reply Quote 0
    • undefined
      achrn
      last edited by 12 Mar 2023, 11:00

      https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests

      https://forum.duet3d.com/topic/31648/how-to-communicate-between-a-duet-and-python/3 and subsequent in the thread

      undefined 1 Reply Last reply 12 Mar 2023, 11:06 Reply Quote 1
      • undefined
        shyam98 @achrn
        last edited by 12 Mar 2023, 11:06

        @achrn Interesting, thank you!

        Do you happen to know the type of speeds you could achieve for continuous calls from the on-board HTTP interface? Would sending too many requests slow down the rest of the system?

        undefined 1 Reply Last reply 12 Mar 2023, 11:10 Reply Quote 0
        • undefined
          achrn @shyam98
          last edited by 12 Mar 2023, 11:10

          @shyam98 sorry, I've never used it to stream a lot of commands in sequnece - I have a routine that uses the interface, but I assemble a gcode file, upload it and run it, so it's only a few commands directly over the http interface.

          undefined 1 Reply Last reply 12 Mar 2023, 11:17 Reply Quote 1
          • undefined
            shyam98 @achrn
            last edited by 12 Mar 2023, 11:17

            @achrn Gotcha!
            I am hoping to get some data back from the system in semi-real-time (0.2 seconds or so) so I will do some experimenting and see if how it affects the motion.

            undefined 1 Reply Last reply 12 Mar 2023, 11:46 Reply Quote 0
            • undefined
              jay_s_uk @shyam98
              last edited by 12 Mar 2023, 11:46

              @shyam98 a print farm software solution is going to be released as part of 3.5

              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
              • undefined
                dc42 administrators @shyam98
                last edited by 13 Mar 2023, 14:41

                @shyam98 said in Controlling Duet 3 from Linux (Non-SBC):

                I am fairly new to Duet3D and RRF. I have an application where I would like to control multiple "3D Printers" via a single PC / Linux server. I know that with Klipper, you can directly control hardware over USB from a central computer (sbc or otherwise).
                I already have a Duet3 Mainboard 6HC and was wondering if it was possible with this board.

                Yes you can stream commands over USB, but you will lose some of the advantages of printing from SD card, such as fast pause i.e. being able to pause the print without having to execute all the movement commands that are already buffered first.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                undefined 1 Reply Last reply 15 Mar 2023, 14:13 Reply Quote 0
                • undefined
                  shyam98 @dc42
                  last edited by 15 Mar 2023, 14:13

                  @dc42 Have you heard of anyone experimenting on the speed at which the stream will work? Just wondering how many lines need to be buffered at a time. In this scenario, the "printer" is acting as part of a dynamic system and its code / function might need to change depending on sensor going to a higher level controller in the system.

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