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

    New RepRapFirmware config tool

    Scheduled Pinned Locked Moved
    General Discussion
    25
    79
    10.3k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Also I noticed that it still selects probe type P5 for the BLTouch instead of P9.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • chrishammundefined
        chrishamm administrators @3dmntbighker
        last edited by

        @3dmntbighker Sure, done.

        @bot Yes, support for DueX2/5 is already included. You can configure every heater+motor that is supported on a DueX5.

        @stewwy I could not reproduce this. What did you do when that happened?

        @mikebridge Have a look at the System Editor in DWC. There you can download a file called "config.json" which you can select by choosing the "Existing configuration" option on the Start page.

        @Phaedrux My apologies for the trouble with the wrong Z-probe type, that happened when I removed the old "Ultrasonic" option. It's fixed. Also I restructured the sensor channel selections to make things a bit clearer - I hope that helps.

        Duet software engineer

        garyd9undefined botundefined 2 Replies Last reply Reply Quote 1
        • stewwyundefined
          stewwy
          last edited by

          Just tried again from work pc and it's still the same

          Try bed size on first page as x min: max 20:265 y 20:230 and z 0:280 ( actual size and offsets of my bed). Then page through to to the mesh bed page accepting the defaults.

          you will not be able to leave that page , unless you alter the x-min and y-min to 20 or greater (i.e inside the print bed area), fine if you understand what you need to do, but the error notice gives no details or clues.

          chrishammundefined 1 Reply Last reply Reply Quote 0
          • chrishammundefined
            chrishamm administrators @stewwy
            last edited by

            @stewwy said in New RepRapFirmware config tool:

            .

            I see, thanks for the note. Nevertheless in my browser the min+max inputs of the mesh compensation turn red, is this not the case for you?
            I'll change the config tool to update the mesh mins+maxes automatically, though.

            Duet software engineer

            1 Reply Last reply Reply Quote 0
            • stewwyundefined
              stewwy
              last edited by

              I use chrome at work and opera at home when I get home tonight I'll check with all the browsers

              1 Reply Last reply Reply Quote 0
              • chrishammundefined
                chrishamm administrators
                last edited by

                Hmm, you are right - I don't see any validation errors in Chromium either. I'll provide a fix for this.

                Duet software engineer

                1 Reply Last reply Reply Quote 0
                • chrishammundefined
                  chrishamm administrators
                  last edited by

                  Okay, done. It looks much better now.

                  Duet software engineer

                  1 Reply Last reply Reply Quote 0
                  • stewwyundefined
                    stewwy
                    last edited by

                    Yes fixed 🙂

                    1 Reply Last reply Reply Quote 0
                    • garyd9undefined
                      garyd9 @chrishamm
                      last edited by

                      @chrishamm said in New RepRapFirmware config tool:

                      @mikebridge Have a look at the System Editor in DWC. There you can download a file called "config.json" which you can select by choosing the "Existing configuration" option on the Start page.

                      ?? There's no such file listed on one of my printers. Is that auto-generated based on the current config.g? Can it be recreated based on current configuration changes made directly?

                      I always thought that config.json was a leftover file from importing a config from the online tool, but never updated (by the duet) when configuration changes are made.

                      "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

                      chrishammundefined 1 Reply Last reply Reply Quote 0
                      • chrishammundefined
                        chrishamm administrators @garyd9
                        last edited by

                        @garyd9 This JSON file only contains the inputs you made in the config tool, I thought that is what you meant. The firmware does not update this file, though. If you'd still had that JSON file on your printer, you could have used it to restore the inputs you made before.

                        Duet software engineer

                        mikebridgeundefined 1 Reply Last reply Reply Quote 0
                        • garyd9undefined
                          garyd9
                          last edited by

                          Thank you. I have a question on the configuration generated when selecting a PT1000 thermistor. (I'm asking because I'm getting a PT1000 but I'm not quite certain the proper way to configure it.)

                          The tool generates something like "M305 P1 X501" (no "R" parameter.) However, the duet wiki suggests that a "R" parameter is required for PT1000's (or at least it's shown in all the examples.) (https://duet3d.dozuki.com/Wiki/Connecting_thermistors_or_PT1000_temperature_sensors)

                          Is it needed?

                          "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

                          chrishammundefined 1 Reply Last reply Reply Quote 0
                          • madhunmundefined
                            madhunm
                            last edited by

                            @chrishamm Any chance of adding the independant Z motor configuration?

                            1 Reply Last reply Reply Quote 0
                            • chrishammundefined
                              chrishamm administrators @garyd9
                              last edited by chrishamm

                              @garyd9 The 'R' parameter is basically obsolete for Duets newer than the 0.6 because it defaults to 4.7kOhm in the firmware. I'll add it back for consistency, though.

                              @madhunm Yes, I think I can add it soon but in the meantime I still have to have a look at a few DWC requests that have come up.

                              Edit: The configtool now generates an extra 'R' parameter for PT1000 sensors.

                              Duet software engineer

                              madhunmundefined dc42undefined 2 Replies Last reply Reply Quote 0
                              • madhunmundefined
                                madhunm @chrishamm
                                last edited by

                                @chrishamm said in New RepRapFirmware config tool:

                                @madhunm Yes, I think I can add it soon but in the meantime I still have to have a look at a few DWC requests that have come up.

                                understood; will look forward to the update when it happens. Thanks!

                                1 Reply Last reply Reply Quote 0
                                • botundefined
                                  bot @chrishamm
                                  last edited by

                                  @chrishamm said in New RepRapFirmware config tool:

                                  @bot Yes, support for DueX2/5 is already included. You can configure every heater+motor that is supported on a DueX5.

                                  I'm not sure I'm seeing this, except for extruders. Where can a U, V, and W axis be created?

                                  How would one configure an idex printer using this tool?

                                  *not actually a robot

                                  1 Reply Last reply Reply Quote 0
                                  • dc42undefined
                                    dc42 administrators @chrishamm
                                    last edited by

                                    @chrishamm said in New RepRapFirmware config tool:

                                    @garyd9 The 'R' parameter is basically obsolete for Duets newer than the 0.6 because it defaults to 4.7kOhm in the firmware. I'll add it back for consistency, though.

                                    On the Duet 2 Maestro, the series resistor is 2.2K, not 4.7K. I think it's best to leave it out of M305 commands and let the firmware provide the default.

                                    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

                                    chrishammundefined 1 Reply Last reply Reply Quote 0
                                    • chrishammundefined
                                      chrishamm administrators @dc42
                                      last edited by

                                      @dc42 Yes, of course you're right, sorry - I accidentally looked in my outdated RRF directory when I looked it up.

                                      Duet software engineer

                                      1 Reply Last reply Reply Quote 0
                                      • mikebridgeundefined
                                        mikebridge @chrishamm
                                        last edited by

                                        @chrishamm Yes, I meant having the firmware update the .json if changes are made to the .g system files manually, but I guess that would be more of a DWC change

                                        375x360x415 CoreXY DuetWifi + Duex5
                                        24v 600w, E3D Chimera, Zesty Nimble CC, BLTouch, X&Y linear rails, dual Z motors

                                        1 Reply Last reply Reply Quote 0
                                        • OBELIKSundefined
                                          OBELIKS
                                          last edited by

                                          Sorry to dig up this thread.
                                          I have a question regarding the thermistor coefficient calculator.
                                          I remember seeing that there were some changes in code for this, but I cant find the thread where it was discussed.

                                          So in the new version I get this:
                                          0_1552569220623_15c60fcd-265d-43ae-a002-acb5923b217a-image.png

                                          In the old one:
                                          0_1552569310206_ab0caefb-68ff-4946-83e2-538740ef2147-image.png

                                          And that lines up with:
                                          0_1552569406272_5856ea05-8999-4a25-9aca-030fc3b90a25-image.png

                                          What is the correct value?
                                          Also every time I go in to custom calculation the default R25 value is 10000 instead of 100000

                                          P3Steel Toolson mk2 - Duet 2 WiFi --> RatRig V-Core with Duet WiFi 1.03
                                          Original Prusa i3 MK3S

                                          wilrikerundefined 1 Reply Last reply Reply Quote 0
                                          • wilrikerundefined
                                            wilriker @OBELIKS
                                            last edited by

                                            @obeliks The documentation says

                                            Bnnn If the sensor is a thermistor, this is the Beta value. For the Steinhart-Hart thermistor model, this is the reciprocal of the B coefficient

                                            So in your case

                                            1 / 5090 = 1.96464e-4
                                            

                                            though given this is not clear at all from what is displayed.

                                            Manuel
                                            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                            with probably always latest firmware/DWC (incl. betas or self-compiled)
                                            My Tool Collection

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