Refactor E code and keep track of per-extruder consumend filament

This commit is contained in:
Alessandro Ranellucci 2013-08-28 20:13:18 +02:00
parent c49330f049
commit 2d366c4852
4 changed files with 29 additions and 29 deletions

View file

@ -696,6 +696,7 @@ sub export_gcode2 {
my %params = (
output_file => $output_file,
status_cb => sub { $params{progressbar}->(@_) },
quiet => 1,
);
if ($params{export_svg}) {
$print->export_svg(%params);