mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
Merge remote-tracking branch 'origin/master' into vb_undo_redo
This commit is contained in:
commit
c7cc760067
105 changed files with 3283 additions and 1599 deletions
|
|
@ -4,7 +4,7 @@ use strict;
|
|||
use warnings;
|
||||
|
||||
use Slic3r::XS;
|
||||
use Test::More tests => 4;
|
||||
use Test::More tests => 3;
|
||||
|
||||
{
|
||||
my $model = Slic3r::Model->new;
|
||||
|
|
@ -14,9 +14,9 @@ use Test::More tests => 4;
|
|||
$object->origin_translation->translate(10,0,0);
|
||||
is_deeply \@{$object->origin_translation}, [10,0,0], 'origin_translation is modified by ref';
|
||||
|
||||
my $lhr = [ [ 5, 10, 0.1 ] ];
|
||||
$object->set_layer_height_ranges($lhr);
|
||||
is_deeply $object->layer_height_ranges, $lhr, 'layer_height_ranges roundtrip';
|
||||
# my $lhr = [ [ 5, 10, 0.1 ] ];
|
||||
# $object->set_layer_height_ranges($lhr);
|
||||
# is_deeply $object->layer_height_ranges, $lhr, 'layer_height_ranges roundtrip';
|
||||
}
|
||||
|
||||
__END__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue