Make Slice Dialog pop up again on STL upload
This commit is contained in:
parent
e560809f70
commit
7a43f34d46
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue