mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add the received slice_uuid to the print information
Contributes to CURA-9031
This commit is contained in:
parent
2e23fe84ff
commit
a712e7517a
3 changed files with 19 additions and 0 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue