grblHAL / core

grblHAL core code and master Wiki
Other
326 stars 85 forks source link

Minimum, Maximum Limit Switch and Home Origin Swatch support for each axis #285

Closed MuhammadQaisarAli closed 5 months ago

MuhammadQaisarAli commented 1 year ago

Due to large number of pins on uC now a day, it's would be very much good to add support for positive, negative limit switches and origin sitch support for each axis. The new extended switch configuration or current single limit switch configuration can be selected via a #define macro as per ease of user

terjeio commented 1 year ago

This is already supported by the core - driver implementations has to be added.

See here and here.