mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
More refactoring on Config XS bindings
This commit is contained in:
parent
3c862836f2
commit
934bd43e35
7 changed files with 56 additions and 41 deletions
|
@ -9,9 +9,9 @@ use Test::More tests => 5;
|
|||
{
|
||||
my $print = Slic3r::Print->new;
|
||||
isa_ok $print, 'Slic3r::Print';
|
||||
isa_ok $print->config, 'Slic3r::Config::Print::Ref';
|
||||
isa_ok $print->default_object_config, 'Slic3r::Config::PrintObject::Ref';
|
||||
isa_ok $print->default_region_config, 'Slic3r::Config::PrintRegion::Ref';
|
||||
isa_ok $print->config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->default_object_config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->default_region_config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->placeholder_parser, 'Slic3r::GCode::PlaceholderParser::Ref';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue