Replies: 3 comments 1 reply
-
It is possible bu requires a bit of code changes in driver.c. |
Beta Was this translation helpful? Give feedback.
-
How do I go about this, is there code in some other driver I could copy/translate? The idea of my project is to use standard 24V industrial proximity sensors in NC configuration as end limit switches with a dedicated digital input per sensor. The layout is: I checked the driver.c file and could see a single reference to X/Y/Z_LIMIT_PIN_MAX: #ifdef X_LIMIT_PIN_MAX Regards, |
Beta Was this translation helpful? Give feedback.
-
Great, I'll have a look at that. Anything else I should think of/be aware of? The purpose is for the board to be 100% compatible with grblhal and LinuxCNC/Remora SPI for medium sized machines, ie where you would use 24V I/O and external drivers housed in an automation cabinet. Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm developing an STM32F446 controller board with 16 digital inputs + 16 digital outputs + RS485 VFD control, so plenty of I/O available. Is it possible to enable MAX limit inputs (X/Y/Z) in the F4xx driver?
Regards,
Peter
Beta Was this translation helpful? Give feedback.
All reactions