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

    Problem with config working with Simplify on the Tool heater

    Scheduled Pinned Locked Moved
    Config Tool
    5
    14
    509
    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.
    • Work Horse XLundefined
      Work Horse XL
      last edited by

      I’m guessing the T1 is the port the sensor is on after thinking about it.

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @Work Horse XL
        last edited by

        @Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:

        I’m guessing the T1 is the port the sensor is on after thinking about it.

        No, it's the tool number which likely should be T0.

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 1
        • Work Horse XLundefined
          Work Horse XL
          last edited by

          I’m not sure why it’s choosing T1 when I have it Tool 0 in the settings. Have you ever seen that?
          Thank you

          1 Reply Last reply Reply Quote 0
          • arhiundefined
            arhi @Work Horse XL
            last edited by

            @Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:

            I'm using simplify 3d.

            That's your problem right there, using a dead software 😈

            Are you at least using latest 4.1.2 as previous had a lot more issues with dual head?

            M104 S200 T1
            M109 S200 T1

            Do you have dual extruder configured? Check how you configured it. Looks like you set main extruder to be T1 but then set T0 to be used from process1. Did you do it manually or you went through dual extrusion wizard?

            What's in your start code?

            ; process Process1
            ; layer 1, Z = 0.200
            T0

            I see that for process1 it selects T0 but only after the process started, how many processes you have here?

            p.s. strongly suggest you check out ideaMaker, it is the slicer that looks like simplify3d more than any other slicer but is much better and more powerful than simplify3d. took me a very short time to get accustomed to it after years of using s3d

            Work Horse XLundefined 1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt
              last edited by

              The problem is not S3D.

              I have used S3D since early on and it works fine.

              If it is including a reference to T1 it is because there is something wrong in the S3D settings put in place by the user.

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              Work Horse XLundefined 1 Reply Last reply Reply Quote 1
              • Work Horse XLundefined
                Work Horse XL @arhi
                last edited by

                @arhi it’s just a single extruder. Not sure on the process. I’m just getting stared. It seems to be working fine for me if I can just get this part fixed. It’s the newest version of s3d

                Thank you

                arhiundefined 1 Reply Last reply Reply Quote 0
                • Work Horse XLundefined
                  Work Horse XL @fcwilt
                  last edited by

                  @fcwilt I’m sure that’s the issue but I can seem to find the problem. I might try to start over with a clean install.

                  Thank you

                  1 Reply Last reply Reply Quote 0
                  • arhiundefined
                    arhi @Work Horse XL
                    last edited by

                    @Work-Horse-XL send the factory file up there on the forum as they asked, that's fastest way to see what you messed up. S3D will not use T1 unless you configured dual extruder machine, you might go through the configuration wizard from scratch

                    1 Reply Last reply Reply Quote 1
                    • baird1faundefined
                      baird1fa
                      last edited by

                      You have configured simplify3D to use T1 for the hotend rather than T0. And your config.g hasn’t been configured to recognize tool 1

                      1 Reply Last reply Reply Quote 0
                      • Work Horse XLundefined
                        Work Horse XL
                        last edited by

                        I used the wizard to do a new profile and it fixed the issues it looks like. I need to test it but the g code is coming out correctly now.

                        Thank you guys.

                        1 Reply Last reply Reply Quote 1
                        • Vetiundefined
                          Veti
                          last edited by

                          @Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:

                          M584

                          as a side note observe the order
                          https://duet3d.dozuki.com/Wiki/Gcode#Section_M584_Set_drive_mapping

                          M584 must come earlier in config.g than any M350 and M906 commands. If it creates new axes, it must also be earlier than any M92, M201, M203, M208, M350, M566, M574, M667 and M669 commands.

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