mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:55:54 +08:00
Fixes broken commit
This commit is contained in:
parent
8aafafac7c
commit
5ccc0a8f62
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user