FIX: add configured bed leveling option

jira: [STUDIO-11412]
Change-Id: I999d5f4df34c7b1979a340735abaf275f2574674
(cherry picked from commit 63e6890cc742a861c53a109ba848b69292a1a858)
This commit is contained in:
xin.zhang
2025-04-08 18:27:46 +08:00
committed by Noisyfox
parent b1b82927b2
commit f4a3ceba2b
12 changed files with 19 additions and 16 deletions

View File

@@ -1056,7 +1056,7 @@ public:
bool is_support_show_filament_backup{false};/*the filament is not supported shown in some previous hardware*/
bool is_support_timelapse{false};
bool is_support_update_remain{false};
bool is_support_auto_leveling{false};
int is_support_bed_leveling = 0;/*0: false; 1; on/off 2: auto/on/off*/
bool is_support_auto_recovery_step_loss{false};
bool is_support_ams_humidity {false};
bool is_support_prompt_sound{false};