Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-11-30 18:06:12 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-30 18:06:12 +0300
commit38cb2842acc18680b35f3ccc82f85282ef01eb88 (patch)
tree93838f08fd5fae27bdbb9f1e5f891b39c6035957 /t
parent556204fddc55f787a1539828deacc53fe5a3dc47 (diff)
support_material_synchronize_layers implementation
Diffstat (limited to 't')
-rw-r--r--t/support.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/support.t b/t/support.t
index 3eba6e64b..303f77088 100644
--- a/t/support.t
+++ b/t/support.t
@@ -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,