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

    Topics created by ZPomeroy

    • ZPomeroyundefined

      MPCNC Endstop G28 Issue

      Duet Hardware and wiring
      • • • ZPomeroy
      25
      0
      Votes
      25
      Posts
      790
      Views

      Phaedruxundefined

      @ZPomeroy said in MPCNC Endstop G28 Issue:

      G1 H1 Z-125 F360 ; move Z down stopping at the endstopG90 ; absolute positioningG92 Z0 ; set Z position to axis minimum (you may want to adjust this)

      In your homeall you're doing a homing move as if you have an endstop to home to, but you don't have a z endstop defined in config.g

      How do you intend to home your Z axis?

      Right now you have a manual probe defined, so it would prompt you to manually jog the axis to touch the Z0 point. To use that you would need to modify your homez and homeall and change these lines

      G1 H1 Z-125 F360 ; move Z down stopping at the endstop G90 ; absolute positioning G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

      To simply G30 so that it would call the probe and prompt you to home Z manually.

      @ZPomeroy said in MPCNC Endstop G28 Issue:

      Sometimes the motors will skip and start making a horrible noise when the endstops should have been triggered.

      Can you give me detail about this? Maybe a video showing what is happening?

      Do it happen every time? Randomly? Does the axis move normally otherwise?

    • ZPomeroyundefined

      Unable to connect to my Duet Wifi 2. Please help!

      General Discussion
      • • • ZPomeroy
      27
      0
      Votes
      27
      Posts
      810
      Views

      A Former User?

      https://duet3d.dozuki.com/Wiki/SD_Card#Section_Creating_the_file_structure

      but you'd want to get https://github.com/Duet3D/RepRapFirmware/releases/download/3.1.1/DuetWebControl-SD-3.1.1.zip to put in the /www folder and not the file linked to in the wiki which is a bit dated for RRF3.