mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Sync used SlotID
Contributes to CURA-10717 and CURA-10475
This commit is contained in:
parent
8c5278ab1d
commit
129e0d04b0
1 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue