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

    Is it possible to have my Duex to deal with a laser engraver?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    132
    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.
    • brunofportoundefined
      brunofporto
      last edited by

      I have a Duet 2 Ethernet happily working on my 3D printer for years now. And I have a Duex expansion board that I bought back in the day to be able to make a multi tool printer.

      Is it possible to use the Duex to control the laser engraver steppers and laser module in such way that when I enter laser mode then The duet only controls the laser engraver.

      So, using the same Duet board to controll both the 3d printer and the laser engraver, not at the same time, but without the need to dedicate my controller board to a single device?

      Thanks!

      dc42undefined droftartsundefined 2 Replies Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @brunofporto
        last edited by

        @brunofporto yes you can do that. You will need to use two separate config.g files, once for laser mode and one for FDM mode. The M505 command allows you to switch between config.g files and associated files for homing etc. quite easily.

        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

        1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @brunofporto
          last edited by

          @brunofporto Yes, I think you could do that. The Duex needs to be mounted close to the Duet, to keep the ribbon cable between them short, so locating the electronics between the two machines in a box might be sensible.

          For controlling the laser, see https://docs.duet3d.com/en/User_manual/Machine_configuration/Configuration_laser

          You could run it as 'one machine', and switch between FDM and laser with M451/M452, and set up one FDM and one laser tool. You would need to create additional axes for the laser, ie U, V and W for the laser X, Y and Z axes, then in the laser 'tool' defined by M563, map these axes to X, Y and Z. (Z mapping on RRF 3.5 and later)

          @dc42's suggestion of separate config files is probably safer, though!

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          brunofportoundefined 1 Reply Last reply Reply Quote 0
          • brunofportoundefined
            brunofporto @droftarts
            last edited by

            @droftarts and @dc42 thank you very much!

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