Skip to content

Commit

Permalink
FIX: slice btn and error msg not updated after changing bed type
Browse files Browse the repository at this point in the history
Signed-off-by: yifan.wu <[email protected]>
Change-Id: I9ee624de38ef9193c0d9cda9f687dbc49d8c5b28
  • Loading branch information
YifanWuBambu authored and lanewei120 committed Dec 15, 2022
1 parent a330429 commit 4671aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slic3r/GUI/PartPlate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ BedType PartPlate::get_bed_type() const
void PartPlate::set_bed_type(BedType bed_type)
{
m_config.set_key_value("curr_bed_type", new ConfigOptionEnum<BedType>(bed_type));
if (m_plater)
m_plater->schedule_background_process();
}

void PartPlate::reset_bed_type()
Expand Down

0 comments on commit 4671aed

Please sign in to comment.