mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Looks like the reworked C++ preferences start to work again.
This commit is contained in:
parent
95c284c764
commit
e8b6d92d4d
26 changed files with 469 additions and 512 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use Test::More;
|
||||
use Test::More tests => 2;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
|
@ -12,11 +12,6 @@ use List::Util qw(first);
|
|||
use Slic3r;
|
||||
use Slic3r::Test;
|
||||
|
||||
if (!$Slic3r::have_threads) {
|
||||
plan skip_all => "this perl is not compiled with threads";
|
||||
}
|
||||
plan tests => 2;
|
||||
|
||||
{
|
||||
my $print = Slic3r::Test::init_print('20mm_cube');
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue