Fix:Multi-head single-material prime tower error display

jira: STUDIO-11527
Change-Id: I43eb4fdd5364af4716868551e56461b15c3158c3
This commit is contained in:
jiangkai.zhao 2025-04-13 15:48:23 +08:00 committed by lane.wei
parent 1f99d240d4
commit c6246be563
1 changed files with 2 additions and 0 deletions

View File

@ -3089,6 +3089,8 @@ void GLCanvas3D::reload_scene(bool refresh_immediately, bool force_full_scene_re
const Print* print = m_process->fff_print();
const Print* current_print = part_plate->fff_print();
if (current_print->config().timelapse_type.value != TimelapseType::tlSmooth && part_plate->get_extruders(true).size() < 2) continue;
float brim_width = print->wipe_tower_data(filaments_count).brim_width;
const DynamicPrintConfig &print_cfg = wxGetApp().preset_bundle->prints.get_edited_preset().config;
double wipe_vol = get_max_element(v);