[BUG] (Y Axis does not home properly with TriGorilla_V0.0.2 board) #484

Closed
opened 2023-08-08 09:54:23 -05:00 by Mave74 · 4 comments
Mave74 commented 2023-08-08 09:54:23 -05:00 (Migrated from github.com)

The Y Axis does not stop homing and "rattles" as the stepper loses steps because it rams against the physical end of the axis

every other firmware works fine but I've tested all of the 4MAXP2 with BLTouch and none of them worked. I had to look into the pins.h to see that the Y_endstop pin has been "rerouted" to the Z+ endstop, as described by the pinout diagrams of the said motherboard.

see line-> "#define Y_STOP_PIN 19 // Z+" in file "pins_trigorilla_xx.h"

to fix this I had to reroute the Y endstop from D43 Aux pin to Z+ Endstop pins

  • this was not detailed anywhere and it took me a while to figure out
<!-- Description of the bug --> ### The Y Axis does not stop homing and "rattles" as the stepper loses steps because it rams against the physical end of the axis every other firmware works fine but I've tested all of the 4MAXP2 with BLTouch and none of them worked. I had to look into the pins.h to see that the Y_endstop pin has been "rerouted" to the Z+ endstop, as described by the pinout diagrams of the said motherboard. see line-> "#define Y_STOP_PIN 19 // Z+" in file "pins_trigorilla_xx.h" to fix this I had to reroute the Y endstop from D43 Aux pin to Z+ Endstop pins - this was not detailed anywhere and it took me a while to figure out
fiandrino commented 2023-08-18 11:34:15 -05:00 (Migrated from github.com)

Good morning, I have the same issue as you. I wanted to kindly ask if you could explain to me in more detail what the line is and how you modified it in the file "pins_trigorilla_xx.h." Thank you for your attention.

Good morning, I have the same issue as you. I wanted to kindly ask if you could explain to me in more detail what the line is and how you modified it in the file "pins_trigorilla_xx.h." Thank you for your attention.
Mave74 commented 2023-08-18 16:13:17 -05:00 (Migrated from github.com)

Hello, I didnt change anything in the code because the firmware didnt work anyways because the bltouch didnt work, but i got the endstop working just by „unpinning“ the original endstop plug for Y and plugging the (yellow) signal wire to Z- or whatever i posted in the original post, since then i compiled my own firmware because this didnt work for me at att sadly

hope this helps


Von: Giorgio Fiandrino @.>
Gesendet: Friday, August 18, 2023 6:34:25 PM
An: knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S @.
>
Cc: Mave74 @.>; Author @.>
Betreff: Re: [knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S] [BUG] (Y Axis does not home properly with TriGorilla_V0.0.2 board) (Issue #484)

Good morning, I have the same issue as you. I wanted to kindly ask if you could explain to me in more detail what the line is and how you modified it in the file "pins_trigorilla_xx.h." Thank you for your attention.


Reply to this email directly, view it on GitHubhttps://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/484#issuecomment-1684163481, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBZPFQLUXEIFCIHIV5PI2S3XV6KRDANCNFSM6AAAAAA3ITMUPE.
You are receiving this because you authored the thread.Message ID: @.***>

Hello, I didnt change anything in the code because the firmware didnt work anyways because the bltouch didnt work, but i got the endstop working just by „unpinning“ the original endstop plug for Y and plugging the (yellow) signal wire to Z- or whatever i posted in the original post, since then i compiled my own firmware because this didnt work for me at att sadly hope this helps ________________________________ Von: Giorgio Fiandrino ***@***.***> Gesendet: Friday, August 18, 2023 6:34:25 PM An: knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S ***@***.***> Cc: Mave74 ***@***.***>; Author ***@***.***> Betreff: Re: [knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S] [BUG] (Y Axis does not home properly with TriGorilla_V0.0.2 board) (Issue #484) Good morning, I have the same issue as you. I wanted to kindly ask if you could explain to me in more detail what the line is and how you modified it in the file "pins_trigorilla_xx.h." Thank you for your attention. — Reply to this email directly, view it on GitHub<https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/484#issuecomment-1684163481>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBZPFQLUXEIFCIHIV5PI2S3XV6KRDANCNFSM6AAAAAA3ITMUPE>. You are receiving this because you authored the thread.Message ID: ***@***.***>
knutwurst commented 2024-06-05 12:37:50 -05:00 (Migrated from github.com)

Fixed in the current version :)

Fixed in the current version :)
github-actions[bot] commented 2025-04-01 20:32:00 -05:00 (Migrated from github.com)

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wp/Marlin-2-0-x-Anycubic-i3-MEGA-S#484
No description provided.