We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb4f8 commit d0a8857Copy full SHA for d0a8857
Cura.proto
@@ -89,6 +89,8 @@ message Polygon {
89
PrimeTowerType = 11;
90
MoveWhileRetracting = 12;
91
MoveWhileUnretracting = 13;
92
+ StationaryRetractUnretract = 14;
93
+ NumPrintFeatureTypes = 15;
94
}
95
Type type = 1; // Type of move
96
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