-
-
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
Bed leveling fade height issue #12410
Comments
in configuration just |
I see. And how to set default fade height then? |
I mean default value, value used without M420 Z. Is there way? |
I guess one could try it, put a number there and see if it spits an error message. |
Won't work. Only referenced one place in the code and used as a bool. Discussed and turned down adding as a default awhile ago. |
Thanx, closing issue |
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. |
Description
Fade height seems to be ignored or completely not working
Steps to Reproduce
Expected behavior: [What you expect to happen]
a. Active compensation of bed height problems, z steppers moves with xy moves.
b. When printed object will be 2mm or more in height this compensation whould be stopped, no z movements with xy movements
Actual behavior: [What actually happens]
a is correct, bed height compensate movements presents
b is never happened, not in 2 mm height, not in ever 58mm - z still moves with xy moves
Additional Information
Configuration.zip
Start script:
G28 ; home all axes
G29 ;
M420 S1 Z2; Turn on bed leveling
The text was updated successfully, but these errors were encountered: