[BUG] (Y Axis does not home properly with TriGorilla_V0.0.2 board) #484
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
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
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.
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: @.***>
Fixed in the current version :)
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.