Fix arrange when print-by-object and have object off-plate (#8038)

* Fix arrange when print-by-object and have object off-plate (SoftFever/OrcaSlicer#7745)
Partly revert 0b6a1d3636

* Fix issue that fill bed with instance ignores print-by-object clearance (SoftFever/OrcaSlicer#5153)
This commit is contained in:
Noisyfox
2025-01-22 10:03:21 +08:00
committed by GitHub
parent a66fc86e20
commit cef15842bb
4 changed files with 3 additions and 5 deletions

View File

@@ -135,7 +135,6 @@ struct ArrangeParams {
float clearance_radius = 0;
float object_skirt_offset = 0;
float nozzle_height = 0;
bool all_objects_are_short = false;
float printable_height = 256.0;
Vec2d align_center{ 0.5,0.5 };