Fixes for slicing

This commit is contained in:
ChrisTerBeke 2018-01-16 15:10:16 +01:00
parent d19b2fb8d9
commit 02b681a8f2
3 changed files with 9 additions and 7 deletions

View file

@ -88,3 +88,5 @@ class ArrangeObjectsJob(Job):
no_full_solution_message = Message(i18n_catalog.i18nc("@info:status", "Unable to find a location within the build volume for all objects"),
title = i18n_catalog.i18nc("@info:title", "Can't Find Location"))
no_full_solution_message.show()
self.finished.emit(self)