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

    Topics created by LewisB

    • LewisBundefined

      Using high impedance limit switches

      Duet Hardware and wiring
      • • • LewisB
      2
      0
      Votes
      2
      Posts
      437
      Views

      dc42undefined

      The devices connected to the endstop inputs need to sink about 1mA of current with a voltage drop no greater than about 1V.

    • LewisBundefined

      Z axis end stop active low trigger

      Duet Hardware and wiring
      • • • LewisB
      1
      0
      Votes
      1
      Posts
      359
      Views

      No one has replied

    • LewisBundefined

      Use of non-expansion board pins

      Duet Hardware and wiring
      • • • LewisB
      3
      0
      Votes
      3
      Posts
      563
      Views

      LewisBundefined

      That was it! thank you so much!

    • LewisBundefined

      Unconventional use of heater outputs

      Duet Hardware and wiring
      • • • LewisB
      3
      0
      Votes
      3
      Posts
      555
      Views

      LewisBundefined

      @dc42:

      You can turn unused heater outputs into general purpose output pins with M307, then use M42 to control them. That might be easier. Or if you only want the solenoid on during extruding moves, use M571.

      Remember to connect a flyback diode in parallel with the solenoid.

      Thanks for the reply! It sounds like M571 is the most direct route, so I think I'll give that a spin first. To make the extruders on would I include something in the firmware like:

      M571 E0 F0

      I'm not sure how the PWM should behave or if I can exclude the F variable entirely in this case. Also, thanks for the heads up on the flyback diode. I totally overlooked that and will definitely be including that going forward.