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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-08-06 17:31:51 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-06 17:31:51 +0300
commit4f526010810d40a844a6d66dfb2655f0cfed69cd (patch)
tree41ebf1c3f8069b54a14e56757255286157502090 /lib/Slic3r/GUI
parent7edc1dd577c2de8cd04ef7e0390d3c819ab154dd (diff)
Minor tweaks of UI texts,
optimization of the wipe tower invalidation, show collisions of the wipe tower with known dimensions.
Diffstat (limited to 'lib/Slic3r/GUI')
-rw-r--r--lib/Slic3r/GUI/Plater.pm2
1 files changed, 1 insertions, 1 deletions
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}
}
}
}