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

Little warning removed

This commit is contained in:
Alessandro Ranellucci
2011-09-26 15:52:41 +02:00
parent b0433097d4
commit 92eb3ea365
+1 -1
View File
@@ -180,7 +180,7 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
--scale Factor for scaling input object (default: $Slic3r::scale)
EOF
exit $exit_code || 0;
exit ($exit_code || 0);
}
__END__