Refactor all_objects_are_short

This commit is contained in:
vovodroid
2024-08-22 09:59:39 +03:00
parent 5f04072d58
commit 5e8c718fd2
7 changed files with 9 additions and 12 deletions

View File

@@ -772,6 +772,7 @@ arrangement::ArrangeParams init_arrange_params(Plater *p)
params.printable_height = print_config.printable_height.value;
params.allow_rotations = settings.enable_rotation;
params.nozzle_height = print.config().nozzle_height.value;
params.all_objects_are_short = print.is_all_objects_are_short();
params.align_center = print_config.best_object_pos.value;
params.allow_multi_materials_on_same_plate = settings.allow_multi_materials_on_same_plate;
params.avoid_extrusion_cali_region = settings.avoid_extrusion_cali_region;