gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
4.03k stars 1.6k forks source link

Z limit switch sends alarm in NC mode even if Z switches are not connected D12 and Z homing is disabled in config.h #1010

Open lamikr opened 3 years ago

lamikr commented 3 years ago

My problem is that with eleksmaker I am getting alarm from Z-switch even thought I have tried to configure the software to use only a X and Y limit switches. Below more detailed information and questions.

I am running the latest own build and configured 1.1h from gnea/grbl with eleksmaker A3 on manase v3.2 board with following settings

1) When I start the eleksmaker/grbl with any of the x or y switches pushed down and check the voltages on D9, D10 and D12 I see

So this means that X and Y switches are working but Z is always reported even though I tried to disable it in config.h I have tested that I can disable the Z limit switch reporting with HW mod by wiring the D12 pin to ground but I would prefer a possibility to disable the reporting of certain limit switches via software settings without need for any hw changes.

Is this already possible in some way that I have missed in documentation or are there some non-upstream patches that can achieve this?

lamikr commented 3 years ago

grbl_11h_eleksmaker_config_h_changes.txt