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

    Best posts made by dteel

    • Thanks

      There is probably already tons of topics in here of people thanking you guys, but I just wanted to say thanks again.

      I own 2 printers and decided to design one with a much larger print bed than my previous prints and went with the duet wifi because of the easy multiple motor per axis feature with plenty of motor controllers (with the duex5). I didnt realize before hand just how nice the overall product really is, I'm genuinely impressed by the web interface and the ease with which to modify settings/code on the fly.

      Thanks again to all the developers.

      posted in Off Topic
      dteelundefined
      dteel
    • RE: How to use duex5 end stops with RepRap3 firmware

      Well I've got it working now, I did need to enable the pullup which I guess I do by putting a preceding ^ before the name in M574, very confusing.

      Working code

      M584 X0 Y1:5 Z2:6:7:8 E3                                                 ; set drive mapping
      
      .....
      
      M574 Y1 S1 P"ystop+^duex.e2stop"                                          ; configure active-high endstop for low end on Y via pin ystop
      

      I actually cant find it documented anywhere in https://duet3d.dozuki.com/Wiki/Gcode#Section_M574_Set_endstop_configuration to even use a "^" at all, possibly add this to the wiki to prevent people in the future running into the problem I had?

      posted in Duet Hardware and wiring
      dteelundefined
      dteel