mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Stop bed filling if enough instances are generated
This commit is contained in:
@@ -83,7 +83,8 @@ struct ArrangeParams {
|
||||
|
||||
/// Progress indicator callback called when an object gets packed.
|
||||
/// The unsigned argument is the number of items remaining to pack.
|
||||
std::function<void(unsigned)> progressind;
|
||||
/// Second is the current bed idx being filled.
|
||||
std::function<void(unsigned, unsigned /*bed_idx*/)> progressind;
|
||||
|
||||
/// A predicate returning true if abort is needed.
|
||||
std::function<bool(void)> stopcondition;
|
||||
|
||||
Reference in New Issue
Block a user