fix: ignored z endstop when single z endstop is used #529
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ignored-z-endstop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Thanks!