Coder Social home page Coder Social logo

Homing not tested about grbl-lpc HOT 5 CLOSED

gnea avatar gnea commented on August 29, 2024
Homing not tested

from grbl-lpc.

Comments (5)

tbfleming avatar tbfleming commented on August 29, 2024

Not tested.

from grbl-lpc.

xpix avatar xpix commented on August 29, 2024

Ok, here my change, works for me :)

--- a/grbl/config.h
+++ b/grbl/config.h
@@ -660,9 +660,9 @@

 // Define homing/hard limit switch input pins and limit interrupt vectors.
 // NOTE: All limit bit pins must be on the same port, but not on a port with other input pins (CONTROL).
-#define LIMIT_DDR         LPC_GPIO0->FIODIR
-#define LIMIT_PIN         LPC_GPIO0->FIOPIN
-#define LIMIT_PORT        LPC_GPIO0->FIOPIN
+#define LIMIT_DDR         LPC_GPIO1->FIODIR
+#define LIMIT_PIN         LPC_GPIO1->FIOPIN
+#define LIMIT_PORT        LPC_GPIO1->FIOPIN

#define X_LIMIT_BIT       25  // X-MIN=24, X-MAX=25
#define Y_LIMIT_BIT       27  // Y-MIN=26, Y-MAX=27
#define Z_LIMIT_BIT	      29  // Z-MIN=28, Z-MAX=29
#define LIMIT_MASK       ((1<<X_LIMIT_BIT)|(1<<Y_LIMIT_BIT)|(1<<Z_LIMIT_BIT)) // All limit bits

from grbl-lpc.

tbfleming avatar tbfleming commented on August 29, 2024

Whoops. Good catch; port was wrong.

from grbl-lpc.

00alkskodi00 avatar 00alkskodi00 commented on August 29, 2024

Hi how can i compile the firmware, here is a manual but is not working for me https://github.com/gnea/grbl-LPC/wiki thank you

from grbl-lpc.

cprezzi avatar cprezzi commented on August 29, 2024

@00alkskodi00 Please open a new issue instead of capturing an old closed issue!

from grbl-lpc.

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.