Closed eblieb closed 3 years ago
#if HAS_LEVELING
level_state = planner.leveling_active;
set_bed_leveling_enabled(false);
#endif
Draw_Menu(ManualLevel);
I can assure you this is already the case. If the z height changes it must be from a different factor. What leveling system are you using?
Where in the code is that? Using a bltouch with abl
On Tue, May 25, 2021, 12:33 Jyers @.***> wrote:
if HAS_LEVELING
level_state = planner.leveling_active; set_bed_leveling_enabled(false);
endif
Draw_Menu(ManualLevel);
I can assure you this is already the case. If the z height changes it must be from a different factor. What leveling system are you using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/902#issuecomment-848030435, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4D4LLCKODY5EN7NKHTQF3TPPGOBANCNFSM45POX4KA .
Strange.. Must have been a glitch then
From: Jyers @.> Sent: Tuesday, May 25, 2021 12:39 To: Jyers/Marlin @.> Cc: eblieb @.>; Author @.> Subject: Re: [Jyers/Marlin] Manual Bed Leveling Disable M420 (#902)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/902#issuecomment-848036712 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4D4LP7FEUXTWUYM5P5XHDTPPHBXANCNFSM45POX4KA . https://github.com/notifications/beacon/AE4D4LJCNR4LM6D6ICN5HEDTPPHBXA5CNFSM45POX4KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGKGAG2A.gif
Need to ensure M420 is set to M420 S0 before manual bed leveling or else it will mess up the bed leveling every time. I verified by running the bed leveling then manually setting M420 S0 and telling it to go to the same point and the Z height was different after disabling the leveling.