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