Skip to content

Commit

Permalink
FIX: bed_type: fix the bed_type issue when already set in plate
Browse files Browse the repository at this point in the history
Change-Id: Ieb9c432051aeaf1dbb94c75f95974ff41c0713a0
(cherry picked from commit 73de2ea2cfcfa6b09373f4faa2d84f0b6e2f4ffc)
  • Loading branch information
lanewei120 committed Jan 10, 2023
1 parent d164889 commit 57a57fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BambuStudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,7 @@ int CLI::run(int argc, char **argv)
}*/
DynamicPrintConfig new_print_config = m_print_config;
new_print_config.apply(*part_plate->config());
new_print_config.apply(m_extra_config, true);
print->apply(model, new_print_config);
StringObjectException warning;
auto err = print->validate(&warning);
Expand Down

0 comments on commit 57a57fc

Please sign in to comment.