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

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
+1
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);