mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixes broken commit
This commit is contained in:
@@ -15,9 +15,9 @@ sub debugf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# load threads before Moo as required by it
|
# load threads before Moo as required by it
|
||||||
|
use Config;
|
||||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||||
|
|
||||||
use Config;
|
|
||||||
use Moo;
|
use Moo;
|
||||||
use Slic3r::Config;
|
use Slic3r::Config;
|
||||||
use Slic3r::ExPolygon;
|
use Slic3r::ExPolygon;
|
||||||
|
|||||||
Reference in New Issue
Block a user