mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Turn slice automatically off now correctly visualizes Prepare button. CURA-3214
This commit is contained in:
parent
db984561e9
commit
59a8c21c73
2 changed files with 16 additions and 6 deletions
|
@ -1230,7 +1230,6 @@ class CuraApplication(QtApplication):
|
|||
def slice(self):
|
||||
Logger.log("d", "Slice...")
|
||||
backend = self.getBackend()
|
||||
# backend.enableSlicing()
|
||||
backend.forceSlice()
|
||||
|
||||
@pyqtSlot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue