Giter Site home page Giter Site logo

Comments (2)

Pumlux avatar Pumlux commented on July 24, 2024

I just run into this issue and it take some time to find a manual workaround.
Here the findings I made, it might be useful for others running into the same issue.

actual status :
The config generator allows to select switch type active high (NC) but this seems to be no longer supported by RRF 3.0

seen behavior :
The Duet is not showing an error message during boot time (but if you send the M574 command manually). When running the homing command, the endstop is interpreted as always triggered

result :
endstop signal is wrong and homing is getting wrong positions

manual workaround :
correct relevant config.g lines like this example for x-axis
M574 X1 S0 P"xstop" ; not working command from config tool
M574 X1 S1 P"!xstop" ; corrected command, note you need S1 AND invert the pin signal by using the '!' before the pinsignal name

from configtool.

chrishamm avatar chrishamm commented on July 24, 2024

Will be fixed in the upcoming CT 3.1.0.

from configtool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.