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

    Topics created by duetwifiuser

    • duetwifiuserundefined

      Z-lift config for G29

      Tuning and tweaking
      • • • duetwifiuser
      13
      0
      Votes
      13
      Posts
      473
      Views

      fcwiltundefined

      @duetwifiuser said in Z-lift config for G29:

      @fcwilt

      You are of course right and I should really rather do it that way...

      I'll keep it as is for the sake of consistency with my Marlin machines where I don't trust myself to always remember to apply M290 again after clearing the eeprom 🙄

      Cheers!

      You don't have to remember - you can execute it as part of your Z homing code so it will always take effect.

      Frederick

    • duetwifiuserundefined

      Solved Bed leveling seems inactive - strange results (solved)

      Tuning and tweaking
      • • • duetwifiuser
      7
      0
      Votes
      7
      Posts
      613
      Views

      duetwifiuserundefined

      I replaced the spring steel bed plate with a thicker one and the issue disappeared! 😃

    • duetwifiuserundefined

      Probe Z-stop driver fallback

      Tuning and tweaking
      • • • duetwifiuser
      4
      0
      Votes
      4
      Posts
      480
      Views

      Phaedruxundefined

      @duetwifiuser It's really not a problem to alter current on the fly. I use it all the time in my homing files. Here's an example:

      ; Home XY ; M913 X30 Y30 ; set X Y motors to 30% of their normal current for homing G1 S1 X-375 Y305 F4000 ; course home X or Y G1 S1 X-375 F4000 ; course home X G1 S1 Y305 F4000 ; course home Y G1 X5 Y-5 F1000 ; move away from the endstops G1 S1 X-10 F600 ; fine home X G1 S1 Y10 F600 ; fine home Y M913 X85 Y85 ; set X Y motors to 85% of their normal max current