Skip to content

Commit

Permalink
Don't send over slowest and minimal estimates
Browse files Browse the repository at this point in the history
Contributes to CURA-10446
  • Loading branch information
jellespijker committed Aug 8, 2023
1 parent ec47b0f commit c9d6280
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cura/plugins/v0/gcodepath.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ message SpeedDerivatives {

message Estimates {
double extrude_time = 1;
double extrude_time_at_slowest_path_speed = 2;
double extrude_time_at_minimum_speed = 3;
double unretracted_travel_time = 4;
double retracted_travel_time = 5;
double material = 6;
double unretracted_travel_time = 2;
double retracted_travel_time = 3;
double material = 4;
}

message GCodePathConfig {
Expand Down

0 comments on commit c9d6280

Please sign in to comment.