mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 06:39:23 -07:00
Fix bed filling with more existing instances than needed
This commit is contained in:
@@ -83,8 +83,9 @@ struct ArrangeParams {
|
||||
|
||||
/// Progress indicator callback called when an object gets packed.
|
||||
/// The unsigned argument is the number of items remaining to pack.
|
||||
/// Second is the current bed idx being filled.
|
||||
std::function<void(unsigned, unsigned /*bed_idx*/)> progressind;
|
||||
std::function<void(unsigned)> progressind;
|
||||
|
||||
std::function<void(const ArrangePolygon &)> on_packed;
|
||||
|
||||
/// A predicate returning true if abort is needed.
|
||||
std::function<bool(void)> stopcondition;
|
||||
|
||||
Reference in New Issue
Block a user