Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-10-04 19:55:55 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-10-04 19:55:55 +0400
commit794b7a99d2ac4ffd1d204bf08a5a31a2121d8db7 (patch)
tree97335855af90efc6c08d890f00b3ac4128f515c4 /lib/Slic3r/SVG.pm
parent6444c3d7a960a72ca40273f483dfe5d9e2e66244 (diff)
Fixes for hi-res STL models
Diffstat (limited to 'lib/Slic3r/SVG.pm')
-rw-r--r--lib/Slic3r/SVG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r/SVG.pm b/lib/Slic3r/SVG.pm
index d66dca3ff..a8e91da93 100644
--- a/lib/Slic3r/SVG.pm
+++ b/lib/Slic3r/SVG.pm
@@ -8,7 +8,7 @@ use constant X => 0;
use constant Y => 1;
sub factor {
- return $Slic3r::resolution * 100;
+ return $Slic3r::resolution * 10;
}
sub svg {