mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
Fixes broken commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user