From 4f526010810d40a844a6d66dfb2655f0cfed69cd Mon Sep 17 00:00:00 2001 From: bubnikv Date: Mon, 6 Aug 2018 16:31:51 +0200 Subject: Minor tweaks of UI texts, optimization of the wipe tower invalidation, show collisions of the wipe tower with known dimensions. --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Slic3r/GUI') diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index adaf101fb..a0eef72fe 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -1291,7 +1291,7 @@ sub async_apply_config { # We also need to reload 3D scene because of the wipe tower preview box if ($self->{config}->wipe_tower) { - Slic3r::GUI::_3DScene::reload_scene($self->{canvas3D}, 1) if $self->{canvas3D} + Slic3r::GUI::_3DScene::reload_scene($self->{canvas3D}, 1) if $self->{canvas3D} } } } -- cgit v1.2.3