Bugfix: fatal error in arc detection code. #133
This commit is contained in:
parent
a86bc260e7
commit
342823fdf3
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue