FIX: update slice state after changing bed type

Change-Id: Iaea235233ecdc0c486daedda9f0d844cb176906b
This commit is contained in:
tao.jin 2022-11-24 21:15:04 +08:00 committed by Lane.Wei
parent f49f1385b5
commit 9c55e42b32
3 changed files with 55 additions and 11 deletions

View file

@ -213,6 +213,7 @@ public:
//clear alll the instances in plate
void clear(bool clear_sliced_result = true);
BedType last_bed_type;
BedType get_bed_type(bool check_global = true) const;
void set_bed_type(BedType bed_type);
void reset_bed_type();