Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. endstop
    Log in to post
    • All categories
    • tklnundefined

      Unsolved M666: Set delta endstop adjustment: with 6 Motors

      Firmware wishlist
      • end stop endstop endstops delta delta dimensional accuracy delta additional axis axis m666 additional stepper motor homing • • tkln
      2
      0
      Votes
      2
      Posts
      218
      Views

      o_lampeundefined

      @tkln I guess, that's not doable right now, but you could try sensorless homing for one of the motors on each tower.

    • tklnundefined

      Solved The right M574 command: 6 axis Delta Printer + Smart Effecor

      Firmware installation
      • 6hc connection delta additional axis delta smart effector endstop endstop for z expansion error m558 z-probe • • tkln
      4
      0
      Votes
      4
      Posts
      367
      Views

      dc42undefined

      Programming Z probes connected to expansion boards is not yet supported. For now you need to temporarily connect the Smart Effector to the main board if you want to change its sensitivity. I've logged this issue: https://github.com/Duet3D/RepRapFirmware/issues/815

      dc42 created this issue in Duet3D/RepRapFirmware open Support programming Smart Effector sensitivity when the effector is connected to an expansion board #815
    • Toma93undefined

      ENDSTOP stop working

      Duet Hardware and wiring
      • endstop duet mini rat rig • • Toma93
      2
      0
      Votes
      2
      Posts
      260
      Views

      fcwiltundefined

      @toma93

      First thing I would do is check the wiring for connections that may be intermittent.

      Frederick

    • anaghundefined

      Endstop with duet3

      General Discussion
      • endstop duet3 • • anagh
      3
      0
      Votes
      3
      Posts
      270
      Views

      Phaedruxundefined

      @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.

    • Bunanomoriundefined

      Solved Endstop always triggered, even when unplugged. (WorkBee CNC)

      CNC
      • endstop • • Bunanomori
      7
      0
      Votes
      7
      Posts
      576
      Views

      Bunanomoriundefined

      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.

    • MauriceMundefined

      Solved Problem with Duex Endstop Pins (external Gcode)

      Duet Hardware and wiring
      • duex5 endstop external accessories • • MauriceM
      2
      0
      Votes
      2
      Posts
      256
      Views

      MauriceMundefined

      I solved the Problem 😄

      You have to PullUp the Pin than it will work.

    • CharlKleinundefined

      RepRap Endstops on The Duet 2 Maestro.

      Duet Hardware and wiring
      • maestro endstop • • CharlKlein
      5
      0
      Votes
      5
      Posts
      407
      Views

      CharlKleinundefined

      @Phaedrux Thanks 🙂

    • goodchrhereundefined

      Endstop problem DeltaWasp

      Firmware installation
      • endstop delta • • goodchrhere
      11
      0
      Votes
      11
      Posts
      925
      Views

      CHardingundefined

      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?

    • CuboidWalesundefined

      Can Set So E0 Endstop = Extrude endlessly until release?

      Tuning and tweaking
      • firmware custom extrusion endstop • • CuboidWales
      2
      0
      Votes
      2
      Posts
      240
      Views

      A Former User?

      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

    • FelixHundefined

      Solved PINDA Z-Probe Configuration

      Duet Hardware and wiring
      • pinda z probe config.h endstop probe m574 • • FelixH
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      FelixHundefined

      @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_rudloffundefined

      Z endstop at high end should set Z position to maximum

      Duet Hardware and wiring
      • endstop • • thomas_rudloff
      25
      0
      Votes
      25
      Posts
      2.5k
      Views

      thomas_rudloffundefined

      Thanks to all

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