-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
[BUG] Bed leveling fade effectively disabled, the default 10mm is overwritten with 0mm #17343
Comments
This is still an issue in the latest version. |
Configurations, please |
Hi, apart from ENABLE_LEVELING_FADE_HEIGHT, this bug is 100% configuration agnostic. My bug report links to the problematic code lines (I've verified the two conflicting definitions are still present in the latest version). The only thing left is to decide whether to keep 10mm or 0mm as the default. I'd suggest 10mm since 0mm keeps it enabled for the whole prints. Cheers! :) |
so its more a config issue than a bug? |
I'd consider it an "initialization consistency" bug, since when configuring a new machine you can't enable level fade and expect an initialization of 10mm. At this moment there are two choices for users:
Otherwise, some users get 10mm default fading, and some 0mm -> whole print fading (!!). Sorry if I couldn't summarize it properly before: Changing |
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days. |
Hi, as far as I can tell, the bug is still present:
To summarize: The only thing left is to decide whether to keep 10mm or 0mm as the default. I'd suggest 10mm since 0mm keeps it enabled for the whole prints. |
Maybe a setting in Configuration.h would be useful?
|
After an |
Is there a way to get an editable fade height in Configuration.h or Configuration_adv.h? So that value is kept after a default restore? |
+1 to that solution, it would be ideal. (Latest version renamed the file, issue still present, I've updated the above references) |
This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days. |
Still a problem. |
This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days. |
This is still present in the latest code. To summarize: The only thing left is to decide whether to keep 10mm or 0mm as the default. I'd suggest 10mm since 0mm keeps it enabled for the whole prints. |
@CarlosGS please review the pull request references above, and provide feedback. I believe this will satisfy your request if it is accepted. |
Yep! Brilliant! Thanks!! :D |
This was merged, so I'll close this out. |
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. |
The default fade height is defined as 10mm, which is a reasonable value.
But it is initialized as 0mm.
So starting with an empty EEPROM, the fading is initially disabled. I don't think it's the desired behavior since it continuously updates Z during the whole print.
Possibly related: #12410
(Tried to keep the bug report concise, thanks so much for this software, you are awesome!!)
The text was updated successfully, but these errors were encountered: