Giter Club home page Giter Club logo

Comments (2)

andrewismoody avatar andrewismoody commented on August 13, 2024

To clarify a little further, this only occurs when no SD Card/SPI is defined in the config file. Having an actual SD Card module connected will indicate whether a card is inserted into the module or not - which is what I expected to see when no SD Card was defined. I still received the same weird errors, however, when I had the module connected to 3.3v - turns out it needed 5v instead, which cleared the errors up, but thought this would be helpful information.

from fluidnc.

MitchBradley avatar MitchBradley commented on August 13, 2024

Direct detection of card insertion only works if the Card Detect pin is connected to a GPIO. On many controllers that support FluidNC and Grbl_Esp32, that pin is unconnected. In that case, the only way to determine card presence is to try and read the card, which is a fairly expensive operation because of the need to allocate substantial amounts of memory for the data structures that the filesystem uses, and to read numerous data blocks into those data structures. It can be particularly expensive for large capacity SD cards where the data structures are large. It is prone to failure if there are card or filesystem problems.

from fluidnc.

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.