Skip to content

Commit

Permalink
Specify BROADCAST and use different ranges
Browse files Browse the repository at this point in the history
Contributes to CURA-10717
  • Loading branch information
jellespijker committed Jul 12, 2023
1 parent 7e8ad0c commit 700f50f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cura/plugins/v0/slot_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ syntax = "proto3";
package cura.plugins.v0;

enum SlotID {
BROADCAST = 0;
SIMPLIFY_MODIFY = 10;
POSTPROCESS_MODIFY = 11;
INFILL_MODIFY = 12;
INFILL_GENERATE = 100;
BROADCAST_SETTINGS = 0;
SIMPLIFY_MODIFY = 100;
POSTPROCESS_MODIFY = 101;
INFILL_MODIFY = 102;
INFILL_GENERATE = 200;
}

0 comments on commit 700f50f

Please sign in to comment.