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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user