Bugfix: fatal error in arc detection code. #133

This commit is contained in:
Alessandro Ranellucci 2011-12-25 13:01:48 +01:00
parent a86bc260e7
commit 342823fdf3
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
our $VERSION = "0.5.7";
our $VERSION = "0.5.8-beta";
our $debug = 0;
sub debugf {