Update Cura.proto

Add the types missing
This commit is contained in:
HellAholic 2025-06-20 14:08:09 +02:00 committed by GitHub
parent b7ce5cc07f
commit 4001e23d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,10 +78,14 @@ message Polygon {
SkirtType = 5;
InfillType = 6;
SupportInfillType = 7;
MoveUnretractedType = 8;
MoveRetractedType = 9;
MoveUnretracted = 8;
MoveRetracted = 9;
SupportInterfaceType = 10;
PrimeTowerType = 11;
MoveWhileRetracting = 12;
MoveWhileUnretracting = 13;
StationaryRetractUnretract = 14;
NumPrintFeatureTypes = 15;
}
Type type = 1; // Type of move
bytes points = 2; // The points of the polygon, or two points if only a line segment (Currently only line segments are used)