Make Slice Dialog pop up again on STL upload

This commit is contained in:
Gina Häußge 2016-05-19 18:14:53 +02:00
parent e560809f70
commit 7a43f34d46

View file

@ -711,6 +711,10 @@ $(function() {
}
self.requestData(filename, location, self.currentPath());
if (_.endsWith(filename.toLowerCase(), ".stl")) {
self.slicing.show(location, filename);
}
if (data.result.done) {
self._setProgressBar(0, "", false);
}