From 129e0d04b0a4339176a411b5baced953d508a9a1 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 14 Jul 2023 09:27:39 +0200 Subject: [PATCH] Sync used SlotID Contributes to CURA-10717 and CURA-10475 --- plugins/CuraEngineBackend/Cura.proto | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto index 4953531a64..5afe585e30 100644 --- a/plugins/CuraEngineBackend/Cura.proto +++ b/plugins/CuraEngineBackend/Cura.proto @@ -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