From f9d4eb955428706496652ebe0c46cf2be4f996d5 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 1 Aug 2023 07:47:22 +0200 Subject: [PATCH] Sync Cura.proto with other repo's Contributes CURA-10475 --- plugins/CuraEngineBackend/Cura.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto index 5afe585e30..d5d7c92d0b 100644 --- a/plugins/CuraEngineBackend/Cura.proto +++ b/plugins/CuraEngineBackend/Cura.proto @@ -9,7 +9,7 @@ message ObjectList } enum SlotID { - BROADCAST_SETTINGS = 0; + SETTINGS_BROADCAST = 0; SIMPLIFY_MODIFY = 100; POSTPROCESS_MODIFY = 101; INFILL_MODIFY = 102;