Skip to content

Commit

Permalink
create dialect generation port
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsha committed Sep 26, 2023
1 parent 0e45235 commit 9636611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cura/plugins/v0/slot_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ package cura.plugins.v0;
// 0 ... 99: Broadcasts
// 100 ... 199: Modify
// 200 ... 299: Generate

enum SlotID {
SETTINGS_BROADCAST = 0;
SIMPLIFY_MODIFY = 100;
POSTPROCESS_MODIFY = 101;
INFILL_MODIFY = 102;
GCODE_PATHS_MODIFY = 103;
INFILL_GENERATE = 200;
DIALECT_GENERATE = 201;
}

0 comments on commit 9636611

Please sign in to comment.