mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
Fixed regression. The repair algorithm was not working after recent changes. Releasing 0.5.5b. #16 #28
This commit is contained in:
parent
b8a5d5a208
commit
3d0cde2fce
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ package Slic3r;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = "0.5.5a";
|
||||
our $VERSION = "0.5.5b";
|
||||
|
||||
our $debug = 0;
|
||||
sub debugf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue