ENH: load bed type from app config

Change-Id: I60a7ccff55e30bedb2cdd2e90224c93c04dc0622
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-06-19 10:07:02 +08:00 committed by Lane.Wei
parent b9afbd92c3
commit 5a7e3cebcb
3 changed files with 44 additions and 5 deletions

View file

@ -303,6 +303,7 @@ public:
bool is_custom_defined();
bool is_bbl_vendor_preset(PresetBundle *preset_bundle);
BedType get_default_bed_type(PresetBundle *preset_bundle);
bool has_cali_lines(PresetBundle* preset_bundle);