Skip to content

Commit

Permalink
Add broadcast slot to slot id's
Browse files Browse the repository at this point in the history
CURA-10618
  • Loading branch information
casperlamboo committed Jun 28, 2023
1 parent 44695af commit 5b8f88b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cura/plugins/v0/slot_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package cura.plugins.v0;

enum SlotID {
SIMPLIFY = 0;
POSTPROCESS = 1;
BROADCAST = 0;
SIMPLIFY = 1;
POSTPROCESS = 2;
}

0 comments on commit 5b8f88b

Please sign in to comment.