mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
More work for refactoring Flow/Extruder
This commit is contained in:
@@ -163,9 +163,8 @@ if (@ARGV) { # slicing from command line
|
||||
printf "Done. Process took %d minutes and %.3f seconds\n",
|
||||
int($duration/60), ($duration - int($duration/60)*60); # % truncates to integer
|
||||
}
|
||||
print map sprintf("Filament required: %.1fmm (%.1fcm3)\n",
|
||||
$_->absolute_E, $_->extruded_volume/1000),
|
||||
@{$sprint->extruders};
|
||||
printf "Filament required: %.1fmm (%.1fcm3)\n",
|
||||
$sprint->total_used_filament, $sprint->total_extruded_volume/1000;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user