1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Merge branch 'master' of https://github.com/BryanSmithDev/PrusaSlicer into BryanSmithDev-master

This commit is contained in:
bubnikv
2019-11-05 11:37:40 +01:00
4 changed files with 15 additions and 6 deletions
+2
View File
@@ -250,6 +250,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;
@@ -270,6 +271,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.;