-
Notifications
You must be signed in to change notification settings - Fork 234
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] Incorrect reset value for extruder steps per unit in experimental settings #4330
Comments
@joshuafocht I'm looking into this issue. So far I couldn't see any issue that might cause this at first sight, so I will try to emulate to see what goes wrong. Just for reference for the other devs:
Being set here: Prusa-Firmware-Buddy/src/persistent_stores/store_instances/config_store/store_definition.hpp Line 409 in 8a788ae
Which is hardcoded to 325 here:
|
Most probably caused by this : Prusa-Firmware-Buddy/src/persistent_stores/store_instances/config_store/old_eeprom/eeprom_v10.hpp Line 92 in 8a788ae
|
@joshuafocht Two questions:
|
I use the release firmware. |
@joshuafocht Using "Settings->System->Factory Reset->Reset Settings & Calibrations". But I just verified the bug happens in the simulator as well, so no need to reset the eeprom. I will try to sort out what happens now. |
Ok, we identified the issue and I wrote a PR for it :) |
Thanks for your help! |
Is this just a GUI issue? |
It is a GUI issue leading that an incorrect value is written to eeprom incorrectly after reset. To be precise, the extruder is inverse, so in fact it isn't 325 but -325 in reality. As the value is below 1 and the slider goes from 1 to 999 (I think), the value is being set to 1. |
Ok, thanks for your help! |
Printer model
MINI+
Firmware version
6.1.2
Upgrades and modifications
filament runout sensor
Printing from...
USB Drive, PrusaLink, and Prusa Connect
Describe the bug
When resetting the extruder steps per unit under experimental settings it defaults to 1 not the stock value of 325 (for a mini/+).
How to reproduce
Expected behavior
Clicking reset extruder steps per second should set it to 325 not 1. (For the mini/+)
Files
https://1drv.ms/v/s!ArmBR5ZkHUhmk8tYQyPg-7nA_JrzDQ?e=joetqc
The text was updated successfully, but these errors were encountered: