support_material_synchronize_layers implementation
This commit is contained in:
parent
556204fddc
commit
38cb2842ac
2 changed files with 38 additions and 26 deletions
|
@ -28,7 +28,7 @@ use Slic3r::Test;
|
|||
interface_flow => $flow,
|
||||
first_layer_flow => $flow,
|
||||
);
|
||||
my $support_z = $support->support_layers_z(\@contact_z, \@top_z, $config->layer_height);
|
||||
my $support_z = $support->support_layers_z($print->print->objects->[0], \@contact_z, \@top_z, $config->layer_height);
|
||||
my $expected_top_spacing = $support->contact_distance($config->layer_height, $config->nozzle_diameter->[0]);
|
||||
|
||||
is $support_z->[0], $config->first_layer_height,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue