1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Fixes broken commit

This commit is contained in:
Alessandro Ranellucci
2012-05-19 20:27:22 +02:00
parent 8aafafac7c
commit 5ccc0a8f62
+1 -1
View File
@@ -15,9 +15,9 @@ sub debugf {
}
# load threads before Moo as required by it
use Config;
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
use Config;
use Moo;
use Slic3r::Config;
use Slic3r::ExPolygon;