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

    First time print with duet2wifi and TronxyX5SA H-Bot

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    5
    589
    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.
    • chriskimbrundefined
      chriskimbr
      last edited by

      Attempted first time print. Few issues...

      1. z-Offset nozzle is just a ![alt text](image url)little too high off bed

      2. Extruder is clicking a lot and retracting.

      • How do i change the extruder setting ?
      • Do i need to change speed it extrudes?
      • Whats causing it to retract the fillament and then refeed it.
      1. I increased the Max speed of the Z axis.
        When move the z axis 50, one side becomes uneven with the other side and it grinds.
        M203 X18000.00 Y18000.00 Z4180.00 E1200.00 ;
        -What to do?
      deckingmanundefined 1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman @chriskimbr
        last edited by

        @chriskimbr A bit more info would make things easier https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help

        1. Change the offset
        2. The normal cause of the extruder clicking is that it can't push the filament through the hot end. Numerous reasons why this might be the case - temperature, partial blockage etc.
          2.1. What extruder setting do you want to change?
          2.2. Don't know because I have no idea what speed you've set it to.
          2.3. No idea - sounds like normal retraction but you haven't said under what circumstances it happens.
        3. Sounds like something is binding but without knowing what the rest of your configuration settings are, it's impossible to say.

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

        1 Reply Last reply Reply Quote 0
        • DocTruckerundefined
          DocTrucker
          last edited by DocTrucker

          A starting point for max feed rate on z is usually more like 300. It may simply be that the steppers are spinning too fast and loosing adequate torque and stalling.

          While copying and posting the whole configuration file may allow people to help the main things we would need to know to start are current settings (https://duet3d.dozuki.com/Wiki/Gcode#Section_M906_Set_motor_currents), acceleration (https://duet3d.dozuki.com/Wiki/Gcode#Section_M201_Set_max_acceleration), instantaneous speed (https://duet3d.dozuki.com/Wiki/Gcode#Section_M205_Set_max_instantaneous_speed_change_in_mm_sec), steps per mm (https://duet3d.dozuki.com/Wiki/Gcode#Section_M92_Set_axis_steps_per_unit), and max speed (https://duet3d.dozuki.com/Wiki/Gcode#Section_M203_Set_maximum_feedrate).

          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 1
          • roncrombergeundefined
            roncromberge
            last edited by

            Hello,

            1. See other replies.

            2. Your'e probably have a too high stepper / mm rate. My printer is also a X5SA so it should also works for yours.
              These settings works for my configuration. Only the M92 row is controlled and correct. Other settings is the result of viewing of many other config.g files 🙂 But it's works for me.

            Why are you use such a high values?

            M92 X80.00 Y80.00 Z400.00 E95.00 ; Direct drive extruder
            M566 X600.00 Y600.00 Z12.00 E500.00 ; Set maximum instantaneous speed changes (mm/min) (Jerk)
            M203 X9000.00 Y9000.00 Z180.00 E3000.00 ; Set maximum speeds (mm/min)
            M201 X1500.00 Y1500.00 Z20.00 E800.00 ; Set accelerations (mm/s^2)

            The standard direct drive extruder can't handle a high speed. 1 mm/s was a max without clicking 😞
            I have replaced the standard extruder for a Titan Aero. No more problems with extrusion. Plenty of force now.

            1. Looks like a cable problem! Check Check Check 🙂

            Grtz,

            Ron

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

              @roncromberge said in First time print with duet2wifi and TronxyX5SA H-Bot:

              Titan Aero.

              thanks for the info guys and suggestions

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