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

    Z screw settings not correct corexy

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    7
    186
    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.
    • mrenz999undefined
      mrenz999
      last edited by

      I asked the supplier about the z screws. They told me 8mm 2mm pitch. When printing the z seems to jump too high each layer. Not sure what the settings should be based on that.
      Duet 3 rrf3.1.1

      ; Drives
      M569 P0.0 S0 ; physical drive 0.0 goes forwards
      M569 P0.1 S1 ; physical drive 0.1 goes forwards
      M569 P0.2 S1 ; physical drive 0.2 goes backwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2 E0.3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E415.00 ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z480.00 E3600.00 ; set maximum speeds (mm/min)
      M201 X2500.00 Y2500.00 Z20.00 1000.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      Drives section of config.g

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

        Do they have an 8mm lead or a 2mm lead?

        You'll need to know that to find the correct steps per mm using this:

        Z_steps_per_mm = (motor_steps_per_rev * driver_microstep) / screw_lead

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • mrenz999undefined
          mrenz999
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • mrenz999undefined
            mrenz999
            last edited by mrenz999

            Pitch=2mm,Lead=8mm This is what I was told by them. So I was wrong

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

              Well we've got two options to test. Do the calculations with 2 and test the steps per mm of that doesn't work test with 8. Even vendors get lead and pitch confused so best to test.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • mrenz999undefined
                mrenz999
                last edited by

                Ok. How do I test it ? Based on the amount of movement ?

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

                  Yeah. You can force the z axis position using g92 z0. Then use the jog buttons in the web interface to move it and measure the distance moved with a ruler.

                  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