-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Probe Offset cannot be stored #136
Comments
Have you turned off the Software endstop protection? |
I can set negative values , the problem is that these values cannot be saved , after turning the printer off and on again, the value returns to z0.00 |
I had the same problem with a self compiled firmware today. Correction: |
I am having the same issue with the z offset not holding after the power is turned off. I am unable to use the reconfigured firmware because I have a EZABLE instead of bltouch looking for a solution. |
Sounds like this is the same as issue #127 unless you can save other settings e.g. M92 etc and its just the z offset you cannot save. The workaround is to set the z offset in your slicer as initial g-code |
I can confirm what DoctorDanke said in the other post , the values have gone after the second reboot , in the first i can say are ok , but when i turn it off second time , values are gone to default |
Are normal configuration settings saved? I managed to compile today and my settings do get saved now. |
I need a little more changes than just Z offset my BLtouch probe has a different position than most users. I need to change parameters in extruder step settings or nozzle position (I have BP6 hotend with direct drive extruder with mounting plate) etc. but I still have problems compiling the file because no one is able to give a step-by-step recipe how to do it on the Windows 10 platform. most of us users must do something wrong when installing software or when choosing compile options. changes made to the last update from bigtreetech do not end only with 2 configuration files. buying from bigtreetech I was counting on some understanding for less advanced users |
I created a fork of the current Marlin release for Ender 3 Pro with SKR Mini E3 v1.2 and BLTouch enabled. There is a precompiled firmware.bin in the .pio directory which works for me. I haven't fully tested everything but it should be fine. I can compile it without errors and for now it seems that the settings are stored. I use VSCode with the lates PlatformIO release. |
buhralex I will definitely try your version |
I'm almost certain your issue is related to this. Disable PRINTCOUNTER in configuration.h and it should work |
Take a look at the eeprom fix on my repo, this should work for you. |
What is the eeprom fix buddy ? I have compiled from the latest 2.0 release, so would like to incorporate the fix into my build if possible ? |
In my repo, the eeprom fix was to modify marlin/src/pins/stm32/skr_mini and change the location of eeprom from 1024 to 2048 However, there is a new (and better) eeprom fix |
I cant see this change fron 1024 to 2048 here in your repo marlin/src/pins/stm32/skr_mini |
@kamiloski88 this change is no longer needed since Marlin 2.0.3 |
So if i want to update my marlin. I have to clone newest repo and copy/pase my config files? and it is enough? |
@kamiloski88 |
For me helps, thank you. |
having same issue with newest bigtree firmware. I set the z offset and if i turn the printer back off it goes back to 0.0. I have done a M500 and it shows saved but everytime i turn it off then back on it goes to default. I have a buddy with another machine and he is having the same issues. Should i disable printcounter? |
A bit funny that you had to ask. It has helped many people and will probably help you too. Faster you would disable PRINCOUNTER and upload soft than you wrote this post. |
I have done that before and caused more issues with with the printer than i started with. Always question then edit firmware. |
Perdon si mi mensaje esta fuera de contexto, pero este post lo visite para solucionar un problema con el m851 que no podia configurar en la eeprom, tengo un sensor sn04-n y con las siguientes lineas pude habilitarlo para editar: en Configuration.h #define FIX_MOUNTED_PROBE |
I m trying to set the offset of the Bl touch , but Skr mini E3 dont save it to memory (M851 Z-0.9 and m500), after i restart the printer, m851 is Z0.00 , for the moment i have put the offset value in cura's start g-code and its ok , but i wish to fix this , does anyone else having that problem ???
BTW my firmware is 217Kb , i dont think thats the problem
The text was updated successfully, but these errors were encountered: