Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Tags
    3. endstop
    Log in to post

    • anagh

      Endstop with duet3
      General Discussion • duet3 endstop • • anagh  

      3
      0
      Votes
      3
      Posts
      14
      Views

      Phaedrux

      @jay_s_uk said in Endstop with duet3: stop.g Make sure to include M0 at the end of your job so that stop.g is called.
    • Bunanomori

      SOLVED Endstop always triggered, even when unplugged. (WorkBee CNC)
      CNC • endstop • • Bunanomori  

      7
      0
      Votes
      7
      Posts
      39
      Views

      Bunanomori

      I wanted to try installing again same firmware and updates before maybe going to RRF3. No idea why, but it has solved my issue. Thank you for your answers and time.
    • MauriceM

      SOLVED Problem with Duex Endstop Pins (external Gcode)
      Duet Hardware and wiring • duex5 endstop external accessories • • MauriceM  

      2
      0
      Votes
      2
      Posts
      11
      Views

      MauriceM

      I solved the Problem You have to PullUp the Pin than it will work.
    • CharlKlein

      RepRap Endstops on The Duet 2 Maestro.
      Duet Hardware and wiring • maestro endstop • • CharlKlein  

      5
      0
      Votes
      5
      Posts
      38
      Views

      CharlKlein

      @Phaedrux Thanks
    • goodchrhere

      Endstop problem DeltaWasp
      Firmware installation • delta endstop • • goodchrhere  

      11
      0
      Votes
      11
      Posts
      75
      Views

      CHarding

      Hi ! I know you've solved the problem you initially asked about. I'm wondering it you could give my some info on how tricky putting a Duet board on a WASP delta was? I have a WASP 60100 (build 2017) and would love to upgrade it with a Duetboard and maybe a E3D Volcano hotend. But, I'm not really sure what I'm getting myself into Would you mind me asking a couple of newbie questions about your process?
    • CuboidWales

      Can Set So E0 Endstop = Extrude endlessly until release?
      Tuning and tweaking • firmware endstop extrusion custom • • CuboidWales  

      2
      0
      Votes
      2
      Posts
      33
      Views

      bearer

      maybe the 5mm requirement makes this possible by means of a trigger try creating a M581 E0 T2 trigger for E0 endstop, and in the /sys/trigger2.g file do G0 E5 M582 T2 that should make it move 5mm, and if the trigger condition is still asserted then it should run the trigger again, and again. You may have to experiment with the S parameter for rising or falling edge of the trigger to get the desired effect. https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_Configure_external_trigger
    • FelixH

      SOLVED PINDA Z-Probe Configuration
      Duet Hardware and wiring • z probe endstop probe m574 pinda config.h • • FelixH  

      3
      0
      Votes
      3
      Posts
      269
      Views

      FelixH

      @dc42 said in PINDA Z-Probe Configuration: The reading needs to be around 0 when not triggered (no metal under the probe) and 1000 when triggered. Try removing the i1 parameter from your M558 command in config.g. well, that did the trick. Thanks a lot. It's not as easy to work with Duet, being used to Marlin for years...
    • thomas_rudloff

      Z endstop at high end should set Z position to maximum
      Duet Hardware and wiring • endstop • • thomas_rudloff  

      25
      0
      Votes
      25
      Posts
      666
      Views

      thomas_rudloff

      Thanks to all Just deleting the R does the trick. I read somewhere that on newer boards the defaults are OK.