Add the received slice_uuid to the print information

Contributes to CURA-9031
This commit is contained in:
j.spijker@ultimaker.com 2022-07-27 18:12:25 +02:00 committed by jspijker
parent 2e23fe84ff
commit a712e7517a
3 changed files with 19 additions and 0 deletions

View file

@ -139,5 +139,9 @@ message GCodePrefix {
bytes data = 2; //Header string to be prepended before the rest of the g-code sent from the engine.
}
message SliceUUID {
string slice_uuid = 1; //The UUID of the slice.
}
message SlicingFinished {
}