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

    Multiple Config.g

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    5
    215
    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.
    • PRIOR123undefined
      PRIOR123
      last edited by

      Hi All,

      I've been looking at a pretty cool mod for a quick change tool system. I've been thinking into it about being able to print in multiple colours using different tools etc...

      Anyway, I was thinking each tool will have its own BL touch because I foresee it being really difficult to ensure they are all at the same measurement for each tool, so with this in mind has anyone set up multiple config.g files and then upon start up of the printer chosen which config.g file to run off?

      This could be a really stupid suggestion but in my head, it makes sense (rofl)

      fcwiltundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @PRIOR123
        last edited by

        @PRIOR123

        There is really nothing special about config.g other than that is is executed on power-up or after a reset.

        Using the conditional features of firmware v3 you could have config.g simply select between executing config_1.g, config_2.g, etc.

        How to control the selection is question that needs an answer.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman @PRIOR123
          last edited by deckingman

          @PRIOR123, @fcwilt That facility already exists

          https://duet3d.dozuki.com/Wiki/Gcode#Section_M505_Set_configuration_file_folder

          So you can have multiple sets of configuration files (not simply limited to config.g) in multiple folders and easily switch between them. No need for conditional gcode.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          fcwiltundefined 1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @deckingman
            last edited by

            @deckingman

            True but I was thinking more of how to select the desired configuration.

            Would it be done via a GUI menu selection or via some physical device.

            Depending on exactly what the OP had in mind would determine if M505 was the way to go.

            Frederick

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

            1 Reply Last reply Reply Quote 0
            • PRIOR123undefined
              PRIOR123
              last edited by

              Thanks everyone! this is very much a future mod but i thought id start investigating now. So ideally i want to get a laser engraver, milling grinder + different hotends for differing material types. i will have a read into M505 though (im still a novice tbh)

              Thanks again

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