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

    Unable to get a quality print with the Duet2wifi yet.

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    10
    29
    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.
    • nhofundefined
      nhof
      last edited by

      You can use a calculator such as this one to calculate a new beta value for your thermistor since you already have a multimeter w/ thermocouple. Just take the first measurement at 25C and the second at your normal print temp and you'll have the values you need to use the beta value therm model. This process will probably get you more accurate results than component info from gearbest.

      Since you were running at '230' (actually higher due to non-calibrated temp readings) there's a chance the ptfe liner is damaged as well as it starts to degrade above 240.

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

        @nhof I changed the m305 line to have this instead, now it reads temp correctly.
        M305 P1 T100000 B4725 C7.06e-8 R4700 S"Hot End Heater" ; Set thermistor + ADC parameters for heater 1

        My C"" value was wrong, from someone else.

        The new thermistor i got with my genuine v6 assembly rocks, its a cylendar instead of a cheap wire thermistor.

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

          @chriskimbr said in Unable to get a quality print with the Duet2wifi yet.:

          @nhof

          The new thermistor i got with my genuine v6 assembly rocks, its a cylendar instead of a cheap wire thermistor.

          Sorry but I can't keep up with all the various threads you keep starting. In this one you mention a clone V6, then I learn from another thread that you've bought a genuine V6. I see you also have yet another thread asking about calibrating the extruder. People don't have the time or inclination to keep dodging between all these various threads to find out what hardware you are currently using and what changes you've made regarding calibrations and configurations. I suggest you keep to a single thread or if you start a new one, mark the others as solved.

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

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

            @deckingman Sorry, will do. I've been troubleshooting trying to figure out the problems and solutions.
            I'll try to do better at what you described.
            I appreciate your guys' help.

            OBELIKSundefined 1 Reply Last reply Reply Quote 1
            • mercytrigrisundefined
              mercytrigris
              last edited by

              why dont you contact a freelance printer installation technician

              https://www.fieldengineer.com

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

                @mercytrigris said in Unable to get a quality print with the Duet2wifi yet.:

                why dont you contact a freelance printer installation technician

                Most likely because he would have to pay for the service. Whereas asking questions on these forums will elicit free advice from other users.

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

                1 Reply Last reply Reply Quote 1
                • OBELIKSundefined
                  OBELIKS @chriskimbr
                  last edited by

                  @chriskimbr Do you know the maximum current of the motors?

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

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

                    @obeliks Tried looking it up for Tronxy X5sa couldn't find what the max current is for steppers.

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

                      Do you have something written on the motor?

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

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

                        @obeliks I'll look and get back to you

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

                          Extrusion issue:

                          Print starts fine, first layer, next layers, looking good.
                          Then the fillament isn't extruding. I hit pause, i extrude manually, doesn't extrude for a second then it comes out. unpause and it is extruding ok, but will repeatedly stop extruding after a little bit.

                          Did this on my other extruder, have a new one now, does the same thing.
                          Using Genuine V6 hotend e3d
                          weird.

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

                            M305 P1 T100000 B3950 C7.060000e-8 R4700

                            that is neither correct for a genuine nor a clone.
                            so you are prob printing at the wrong temperature

                            chriskimbrundefined 1 Reply Last reply Reply Quote 0
                            • nhofundefined
                              nhof
                              last edited by

                              Assuming the temperatures are reasonable it's usually going to be one of the following

                              • Trying to extrude too much volume - V6 tops out around 8-10mm^3/s. Overworking the extruder can cause grinding and plastic buildup in hobs.
                              • Too much tension on the filament feed - tangled filament, long feed distance, etc.
                              • Very quick retractions tearing the filament out and filling hob teeth
                              • Incorrect tension on extruder hobs. Too tight would result in grinding and overworking the motor, Too loose would result in slipping.
                              • Thermal issue such as a broken fan causing heat creep up the heatbreak - this causes jams.
                              1 Reply Last reply Reply Quote 1
                              • chriskimbrundefined
                                chriskimbr @Veti
                                last edited by

                                @veti im printing with this updated line;
                                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
                                • Vetiundefined
                                  Veti
                                  last edited by

                                  so the config you posted isnt the one you are using for printing?

                                  also your M350 X32 Y32 Z32 E32 I1 does not work with interpolation. I1 only works at 16x.

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

                                    have you tried cura or slicerpe? in case you have misconfigured something in simplify3d like your filament diameter

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

                                      @veti Per someones reccomendation, i changed the C7.060000e-8 since its incorrect.
                                      That fixed my problem with reporting wrong temps.

                                      ..also your M350 X32 Y32 Z32 E32 I1 does not work with interpolation. I1 only works at 16x.
                                      What do you reccomend i change this line to?

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

                                        x16 microstepping with interpolation is usually the ideal way to go, since it's quite and smooth and doesn't pose undue load on the CPU. The exception to this would be the extruder, where it can be best to increase the microstepping to the point where your extruder steps per mm are in the range of 400-800.

                                        Z-Bot CoreXY Build | Thingiverse Profile

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