Sync used SlotID

Contributes to CURA-10717 and CURA-10475
This commit is contained in:
Jelle Spijker 2023-07-14 09:27:39 +02:00
parent 8c5278ab1d
commit 129e0d04b0
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -9,8 +9,11 @@ message ObjectList
}
enum SlotID {
SIMPLIFY = 0;
POSTPROCESS = 1;
BROADCAST_SETTINGS = 0;
SIMPLIFY_MODIFY = 100;
POSTPROCESS_MODIFY = 101;
INFILL_MODIFY = 102;
INFILL_GENERATE = 200;
}
message EnginePlugin