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

    Switching Hotend

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    5
    114
    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.
    • Adam_sw3 0undefined
      Adam_sw3 0
      last edited by

      Hi all, I was wondering if we have had any developments on a 2 extruder 1 nozzle printing setup. Would it be possible for me to retract one filament and load another one using a Y splitter? If so, what would I have to add into my config file to allow this to happen during the print?

      Thank you.

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

        @Adam_sw3-0 define another tool in your config using M563 and then use the tool change files to swap the filament over

        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

        Adam_sw3 0undefined 1 Reply Last reply Reply Quote 0
        • Adam_sw3 0undefined
          Adam_sw3 0 @jay_s_uk
          last edited by

          @jay_s_uk ahhh okay, that simple? How do I go about defining retraction distances in material switch over mid print?

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

            @Adam_sw3-0 you would just need to work out how much you want to retract and do it as part of tfreeX.g (with X being the tool number)
            e.g.

            G92 E0
            G1 E-10
            

            then the tpreX or tpostX would be something like

            G92 E0
            G1 E10
            G92 E0
            

            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

            Adam_sw3 0undefined 1 Reply Last reply Reply Quote 1
            • Adam_sw3 0undefined
              Adam_sw3 0 @jay_s_uk
              last edited by

              @jay_s_uk ahhh brilliant, thank you very much for this! Thats helped alot thank you!

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