-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Marlin 2.0 Homing Z won't work with SKR Pro #14958
Comments
with the updates in the last 48 hours, the bltouch probing with my SKR PRO no longer works. |
is it related to |
This sound like the same issue i have. |
I figured out my problem: the connector on the bltouch was "half" disconnected on the "Z-" side (vibrations?) and the signal pin/+5V/Ground were still attached (probe still doing deploy/stow so yes the pin physically changed!
|
|
Thanks Patag. I have download a new firmware from Marlin and all started again from 0. But as the SKR Pro as no Eeprom, where save the Mesh ? |
You can use SD-Card EEPROM Emulation to store the values in the SD-Card of the LCD: #define BOARD_NAME "BIGTREE SKR Pro 1.1" // Use one of these or SDCard-based Emulation will be used simply uncomment FLASH_EEPROM_EMULATION (Marlin/src/pins/stm32/pins_BIGTREE_SKR_PRO_V1.1.h) |
A big thanks for your answer Christianger, i will try this |
I have uncomment FLASH_EEPROM_EMULATION For save it's M500 ?? In configuration.h this option is enable ==> #define EEPROM_CHITCHAT |
@budi67 Do you have EEPROM_SETTINGS enabled? That needs to be on toy have M500 etc work. |
Thanks Gloomyandy, it's ok, work fine |
Sorry but another question about start gcode in slicer G28 after just M420 S1 ? And where are stocked the infos of the mesh ?, after a M500 i have nothing on the Board sd an nothing on TFT sd |
In pronterface when i make M500 after a G29 |
@budi67 problem solved? |
yes, problem solved, sorry for not given assets news, lots of worries right now |
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. |
Hello all
I just finished install Marlin 2.0 on my SKR PRO, but i have a problem with homing.
I have a bltouch and i must set my Z_offset to -8
Bltouch ==> https://www.thingiverse.com/thing:2841443
But when it homing it stop at z0, i don't understant
A big thanks
Configuration.zip
The text was updated successfully, but these errors were encountered: