Coder Social home page Coder Social logo

Comments (2)

marco-fabteam avatar marco-fabteam commented on August 17, 2024

it works again by changing Configuration.h line 347 #define EXTERNAL_Z_ENDSTOP_INVERTING true to false. Both the endstop hit AND the g28 behaviour are solved.

Basically with EXTERNAL_Z_ENDSTOP_INVERTING true to false set to false you can do normal homing and movement. But when you add the probe hardware to thesecure_sw port the behaviour is the same as before.

the opposite happens if you set EXTERNAL_Z_ENDSTOP_INVERTING to true:
with the probe it works correctly, without it does not!

Note that if you run a g28 and it hits the z_max endstop it will somehow fix the port status back to normal in both cases.
Another option is to have EXTERNAL_Z_ENDSTOP_INVERTING set to false and set it to true once the functionality has been enabled via gcode (M746 S1 sets it to true, M741 S0 sets it to false).

from fablin.

marco-fabteam avatar marco-fabteam commented on August 17, 2024

Solved by Imarin with pull request 39f3421

Thanks!

from fablin.

Related Issues (7)

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.