From 70f060a643793a60fc62926943eb82bee7e99510 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 6 Dec 2013 01:36:17 +0100 Subject: [PATCH] Read scientific notation in SVG files --- lib/Slic3r/PathsToGCode.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Slic3r/PathsToGCode.pm b/lib/Slic3r/PathsToGCode.pm index ab843caf..1544ae54 100644 --- a/lib/Slic3r/PathsToGCode.pm +++ b/lib/Slic3r/PathsToGCode.pm @@ -124,7 +124,7 @@ sub add_coords # The following regular expression splits the path into pieces -my $split_re = qr/(?:,|(?=-)|\s+)/; +my $split_re = qr/(?:,|(?