mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:05:53 +08:00
Sync used SlotID
Contributes to CURA-10717 and CURA-10475
This commit is contained in:
parent
8c5278ab1d
commit
129e0d04b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user