mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add time prime tower into Cura.proto
This commit is contained in:
parent
328f326153
commit
e885b52737
1 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,7 @@ message Object
|
|||
bytes normals = 3; //An array of 3 floats.
|
||||
bytes indices = 4; //An array of ints.
|
||||
repeated Setting settings = 5; // Setting override per object, overruling the global settings.
|
||||
string name = 6;
|
||||
string name = 6; //Mesh name
|
||||
}
|
||||
|
||||
message Progress
|
||||
|
@ -108,8 +108,9 @@ message PrintTimeMaterialEstimates { // The print time for each feature and mate
|
|||
float time_travel = 9;
|
||||
float time_retract = 10;
|
||||
float time_support_interface = 11;
|
||||
float time_prime_tower = 12;
|
||||
|
||||
repeated MaterialEstimates materialEstimates = 12; // materialEstimates data
|
||||
repeated MaterialEstimates materialEstimates = 13; // materialEstimates data
|
||||
}
|
||||
|
||||
message MaterialEstimates {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue