mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_plater_thumbnail
This commit is contained in:
commit
d8dca69d60
7 changed files with 201 additions and 9 deletions
|
@ -253,6 +253,7 @@ struct PrintStatistics
|
|||
double total_used_filament;
|
||||
double total_extruded_volume;
|
||||
double total_cost;
|
||||
int total_toolchanges;
|
||||
double total_weight;
|
||||
double total_wipe_tower_cost;
|
||||
double total_wipe_tower_filament;
|
||||
|
@ -273,6 +274,7 @@ struct PrintStatistics
|
|||
total_used_filament = 0.;
|
||||
total_extruded_volume = 0.;
|
||||
total_cost = 0.;
|
||||
total_toolchanges = 0;
|
||||
total_weight = 0.;
|
||||
total_wipe_tower_cost = 0.;
|
||||
total_wipe_tower_filament = 0.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue