ENH: temperoraily disable map dialog after slice

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6d3d90db3508642e0e56015296d3efd50248bd05
(cherry picked from commit 3ddc30a60a36c531b004b7bacc0c583f9d6add3d)
This commit is contained in:
xun.zhang
2025-01-13 15:32:27 +08:00
committed by Noisyfox
parent d674f49855
commit fc09eb2138
3 changed files with 6 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ bool try_pop_up_before_slice(bool skip_plate_sync, Plater* plater_ref, PartPlate
std::vector<int> applied_maps = get_applied_map(full_config, plater_ref, partplate_ref, sync_plate);
applied_maps.resize(filament_colors.size(), 1);
if (!force_pop_up && applied_mode != fmmManual)
if (applied_mode != fmmManual)
return true;
std::vector<int> filament_lists;