Skip to content

Commit d0a8857

Browse files
authored
Update Cura.proto
StationaryRetractUnretract = 14; NumPrintFeatureTypes = 15;
1 parent 43bb4f8 commit d0a8857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cura.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ message Polygon {
8989
PrimeTowerType = 11;
9090
MoveWhileRetracting = 12;
9191
MoveWhileUnretracting = 13;
92+
StationaryRetractUnretract = 14;
93+
NumPrintFeatureTypes = 15;
9294
}
9395
Type type = 1; // Type of move
9496
bytes points = 2; // The points of the polygon, or two points if only a line segment (Currently only line segments are used)

0 commit comments

Comments
 (0)