Add time prime tower into Cura.proto

This commit is contained in:
Lipu Fei 2018-12-18 13:42:23 +01:00
parent 328f326153
commit e885b52737

View file

@ -29,7 +29,7 @@ message Object
bytes normals = 3; //An array of 3 floats. bytes normals = 3; //An array of 3 floats.
bytes indices = 4; //An array of ints. bytes indices = 4; //An array of ints.
repeated Setting settings = 5; // Setting override per object, overruling the global settings. repeated Setting settings = 5; // Setting override per object, overruling the global settings.
string name = 6; string name = 6; //Mesh name
} }
message Progress message Progress
@ -108,8 +108,9 @@ message PrintTimeMaterialEstimates { // The print time for each feature and mate
float time_travel = 9; float time_travel = 9;
float time_retract = 10; float time_retract = 10;
float time_support_interface = 11; float time_support_interface = 11;
float time_prime_tower = 12;
repeated MaterialEstimates materialEstimates = 12; // materialEstimates data repeated MaterialEstimates materialEstimates = 13; // materialEstimates data
} }
message MaterialEstimates { message MaterialEstimates {