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

    Print problems and fixes

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    8
    33
    2.8k
    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.
    • DocTruckerundefined
      DocTrucker @NicoLab28
      last edited by

      @nicolab28 said in Print problems and fixes:

      check relative extruder, you never know

      Certainly check extruder e-steps but absolute or relative extrusion doesn't have that much effect.

      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

      1 Reply Last reply Reply Quote 0
      • NicoLab28undefined
        NicoLab28
        last edited by

        On one of my printer, the nozzle closes continuously, and checking this box, no more worries.
        He has an M83, and S3D gives him an absolute gcode

        1 Reply Last reply Reply Quote 0
        • chriskimbrundefined
          chriskimbr @dc42
          last edited by

          @dc42 I stuck a ruler and moved x, y , z. spot on.

          1 Reply Last reply Reply Quote 0
          • chriskimbrundefined
            chriskimbr @Phaedrux
            last edited by chriskimbr

            @phaedrux Is this where are you seeing 80mm/s base speed?
            M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
            M92 X80.00 Y80.00 Z400.00 E96.00 ;steps per mm

            Whats the difference, Don't they both set the microstepping speed? does one override the other? what is the correct speed to have with my issues?

            Phaedruxundefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator @chriskimbr
              last edited by

              @chriskimbr said in Print problems and fixes:

              @phaedrux Is this where are you seeing 80mm/s base speed?
              M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
              M92 X80.00 Y80.00 Z400.00 E96.00 ;steps per mm

              Whats the difference, Don't they both set the microstepping speed? does one override the other? what is the correct speed to have with my issues?

              No I got it from your screen shot from S3D here:
              alt text
              4800mm/min = 80mm/s

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • chriskimbrundefined
                chriskimbr @Phaedrux
                last edited by

                @phaedrux said in Print problems and fixes:

                M500

                Where in the config.g file do i put the M501 ?
                Any parameters after the M501...?

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @chriskimbr
                  last edited by

                  @chriskimbr M501 should go at the end.

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

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    @chriskimbr said in Print problems and fixes:

                    @dc42 Sorry forum won't let me uncomment this line says its spam.

                    Ive been using this line ...
                    M305 P1 T100000 B4388 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1

                    Do i need the C7.060000e-8 value?
                    I got this from someone elses config and am not sure if i need it or what to set mine at.

                    Those settings look to me like settings intended for the 104GT2 thermistor used in E3D hot ends, but they are not correct even for that one.

                    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

                    chriskimbrundefined 1 Reply Last reply Reply Quote 0
                    • chriskimbrundefined
                      chriskimbr @dc42
                      last edited by

                      @dc42 so what should i do?

                      1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator
                        last edited by

                        Given the low cost of a new thermistor with known values, I would probably just go that way and get a genuine Semitek from E3D.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        chriskimbrundefined 1 Reply Last reply Reply Quote 0
                        • chriskimbrundefined
                          chriskimbr @Phaedrux
                          last edited by chriskimbr

                          @phaedrux I installed a
                          Genuine E3D V6 All-Metal HotEnd 1.75mm Universal w/Bowden Full Kit - 24V (V6-175-B-24V)
                          https://www.amazon.com/dp/B07FJW9343/ref=cm_sw_em_r_mt_dp_U_2-YHCb7H4J2RD

                          $74 instead of $11 for the clone. Ouch!

                          However, the duet is still reporting 20degress more than actual temperature.
                          I checked it with Multimeter temp thermistor.

                          What do I need to change in the m305 line above?
                          Anything else?

                          1 Reply Last reply Reply Quote 0
                          • Phaedruxundefined
                            Phaedrux Moderator
                            last edited by

                            https://wiki.e3d-online.com/E3D-v6_Assembly#RepRapFirmware

                            Edit the M305 P1 command in file sys/config.g on the SD card (you can do this in the web interface).
                            For firmware versions 1.17 and later, set the B parameter to 4725 and the C parameter to 7.06e-8.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            chriskimbrundefined 1 Reply Last reply Reply Quote 0
                            • chriskimbrundefined
                              chriskimbr @Phaedrux
                              last edited by

                              @phaedrux said in Print problems and fixes:

                              7.06e-8

                              Thanks for the info and link.

                              So i have this now. what is the Rvalue? is it correct?
                              M305 P1 T100000 B4725 C7.06e-8 R4700 S"Hot End Heater" ; Set thermistor + ADC parameters for heater 1

                              1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator
                                last edited by

                                That should be correct.

                                The R value for the Duet Wifi is 4700.

                                https://duet3d.dozuki.com/Wiki/Connecting_thermistors_or_PT1000_temperature_sensors

                                Z-Bot CoreXY Build | Thingiverse Profile

                                chriskimbrundefined 1 Reply Last reply Reply Quote 0
                                • chriskimbrundefined
                                  chriskimbr @Phaedrux
                                  last edited by chriskimbr

                                  @phaedrux yay! I brought it to 220C and duetwifi reads 220 and my multimeter therm reads 220.
                                  Thanks!!!

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

                                    The R value in the M305 command can be omitted, except by some users of legacy Duets (0.6 and 0.85)

                                    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 1
                                    • First post
                                      Last post
                                    Unless otherwise noted, all forum content is licensed under CC-BY-SA