Turn slice automatically off now correctly visualizes Prepare button. CURA-3214

This commit is contained in:
Jack Ha 2017-02-16 09:55:49 +01:00
parent db984561e9
commit 59a8c21c73
2 changed files with 16 additions and 6 deletions

View file

@ -1230,7 +1230,6 @@ class CuraApplication(QtApplication):
def slice(self):
Logger.log("d", "Slice...")
backend = self.getBackend()
# backend.enableSlicing()
backend.forceSlice()
@pyqtSlot()