fix: ignored z endstop when single z endstop is used #529

Merged
hostops merged 1 commits from fix/ignored-z-endstop into master 2024-04-16 14:37:09 -05:00
hostops commented 2024-04-16 14:18:03 -05:00 (Migrated from github.com)

Description

I noticed zstop is not working in my MEGA_1G_BLT_10 after I flashed original version.
I found a bug and fixed it.
Probably this PR also fixes this issue: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/510

For TRIGORILLA_MAPPING_I3MEGA original code redefined Z_STOP_PIN to 43 which overrode original pin 18 (which is used as Z2_STOP_PIN in other boards).
I just excluded KNUTWURST_ONE_Z_ENDSTOP from override.

Requirements

MEGA_1G with only one z endstop.

Benefits

Fixes bug that makes this software unusable for MEGA_1G boards

Configurations

/

https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/510

### Description I noticed zstop is not working in my MEGA_1G_BLT_10 after I flashed original version. I found a bug and fixed it. Probably this PR also fixes this issue: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/510 For TRIGORILLA_MAPPING_I3MEGA original code redefined Z_STOP_PIN to 43 which overrode original pin 18 (which is used as Z2_STOP_PIN in other boards). I just excluded KNUTWURST_ONE_Z_ENDSTOP from override. ### Requirements MEGA_1G with only one z endstop. ### Benefits Fixes bug that makes this software unusable for MEGA_1G boards ### Configurations / ### Related Issues https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/510
knutwurst (Migrated from github.com) reviewed 2024-04-16 14:18:03 -05:00
knutwurst commented 2024-04-16 14:37:30 -05:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.