mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Refactor E code and keep track of per-extruder consumend filament
This commit is contained in:
parent
70d824c9a7
commit
c9f68ed28a
4 changed files with 29 additions and 29 deletions
|
@ -697,6 +697,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue