-
-
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] Fysetc S6 emulated EEPROM zaps BLTouch #16795
Comments
I got the same issue. Printing works fine but as soon I use M500 the BLTouch won't work anymore for Homing etc. |
I had that problem, then it disappeared BUT I have that problem again too. On SKR PRO, I had opened an issue here #16169. I may be wrong, but I seem to remember it was about the TIMERS. @sjasonsmith Seems to me you've been working on that? (sorry if I'm wrong) |
I activated the i2c eeprom but doesnt adapt one to the board and it works correct. I dont know why but if you activate i2c eeprom the Flash eeprom feature works correct |
Just wanted to Post that this is still an issue on Buxfix 2.0.x branch on the SKR Pro 1.1 Exact same issue any eeprom saving causes tool head crash because of failure to deploy probe. SD Eeprom Emulation is a work around that fixes this |
If you can, try the following:
Might help narrow some things down |
Should be fixed with #17946 |
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. |
i confirmed this issue on the Marlin 2.0.3 and actual bugfixes2.0.x
Bug Description
if i change a value that will be safed in eeprom the homing doesnt work.
problem is the bltouch doesnt then deploy the pin out before homing Z axis.
but when i restart the printer the works normal including bl touch.
if i change now again a eeprom value and safe it the homing wont work again (BL touch pin wont push out)
my marlin file is attached.
My Configurations
MarlinS6-EEPROMProblem-2.0.x.zip
Steps to Reproduce
Expected behavior: succesful homing
Actual behavior: the homing for x and y axis is without issue. when homing z the bltouch wont push out the pin and the printer will ram in the bed
restart the printer now and click on homing again but dont change or safe any value on eeprom before
Expected behavior: succesful homing
Actual behavior: succesful homing
Additional Information
iam using in this configuration a ftdi touch but should be the same problem with other displays.
When i change in the pin_FYSETC_S6 from #define FLASH_EEPROM_EMULATION to
#define SRAM_EEPROM_EMULATION it works but if you now restart the printer all settings away
The text was updated successfully, but these errors were encountered: