grblHAL / core

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

disable unneeded settings #479

Closed heeplr closed 6 months ago

heeplr commented 6 months ago

I disabled a lot of stuff to gain AUX pins and noticed these two settings with $ESH that are unused.

terjeio commented 6 months ago

Sorry, this cannot work - and changes to the HAL all drivers are required... The reason is that the core normally does not have access to driver level #defines and has to get the required information from HAL flags, such as these, or function pointers beeing NULL or not.

So I will make the required changes for you, likely in the next commit.