Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. rudenick
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by rudenick

    • rudenickundefined

      G32 Dual Z axis constant 0.6mm off-level difference

      Tuning and tweaking
      • • • rudenick
      21
      0
      Votes
      21
      Posts
      756
      Views

      Phaedruxundefined

      Let's do a test. Change your M558 to use P0 to enable manual probing. Then go through your normal homing and leveling routine. It will ask you to manually jog the nozzle to touch the bed when a probe is requested. This will eliminate the probe from the equation entirely.

      I would suggest you remove this section from homeall entirely so that homeall is used for homing the axis only.

      G1 H2 X0 Y0 Z20 F6000 ; Go to home position G32 G31 Z0.498 ;Z0.540 ;G29 S1 G28 Z

      Then you can use bed.g/g32 for the leveling as that's where it's intended to exist.

    • rudenickundefined

      Dual z axis, G32, z axis off level

      Tuning and tweaking
      • • • rudenick
      4
      0
      Votes
      4
      Posts
      215
      Views

      Phaedruxundefined

      What order are you using? Bare in mind that any change in the tilt of the gantry will change the distance to the bed as well.

    • rudenickundefined

      cube comes out 3x taller

      Tuning and tweaking
      • • • rudenick
      5
      0
      Votes
      5
      Posts
      155
      Views

      PaulHewundefined

      @rudenick Just got this through the RRF Config tool, mine Ender3 is very different!

      This line might help in your ;Drives section - its missing from your config

      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation

      Your M92 should be this
      M92 X80.00 Y80.00 Z400.00 E96.50

      HTH

      Regards,

      Paul.