FIX: bed_type: fix the bed_type issue when already set in plate

Change-Id: Ieb9c432051aeaf1dbb94c75f95974ff41c0713a0
(cherry picked from commit 73de2ea2cfcfa6b09373f4faa2d84f0b6e2f4ffc)
This commit is contained in:
lane.wei 2023-01-04 12:03:14 +08:00 committed by Lane.Wei
parent d164889aa4
commit 57a57fc429
1 changed files with 1 additions and 0 deletions

View File

@ -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);