LVGL and Classic UI for STM32 (#20552)

This commit is contained in:
Victor Oliveira
2020-12-23 23:01:21 -03:00
committed by Scott Lahteine
parent a5dd4028ac
commit fadc8a1944
22 changed files with 113 additions and 133 deletions

View File

@ -42,7 +42,7 @@ void GcodeSuite::G34() {
if (!all_axes_trusted()) home_all_axes();
TERN_(HAS_LEVELING, TEMPORARY_BED_LEVELING_STATE(false));
SET_SOFT_ENDSTOP_LOOSE(true);
TemporaryGlobalEndstopsState unlock_z(false);