1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix --export-svg

This commit is contained in:
Alessandro Ranellucci
2013-10-13 11:45:22 +02:00
parent ac5e713323
commit f603db5e84
+1 -1
View File
@@ -488,7 +488,7 @@ sub export_svg {
$_->slice for @{$self->objects};
my $fh = $params{output_fh};
if ($params{output_file}) {
if (!$fh) {
my $output_file = $self->expanded_output_filepath($params{output_file});
$output_file =~ s/\.gcode$/.svg/i;
Slic3r::open(\$fh, ">", $output_file) or die "Failed to open $output_file for writing\n";