mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
Removed testfunctions. CURA-3214
This commit is contained in:
parent
464bf73f85
commit
e6e5d7862e
@ -1230,16 +1230,3 @@ class CuraApplication(QtApplication):
|
||||
|
||||
def addNonSliceableExtension(self, extension):
|
||||
self._non_sliceable_extensions.append(extension)
|
||||
|
||||
# Temporary test, lack of correct location
|
||||
@pyqtSlot()
|
||||
def slice(self):
|
||||
Logger.log("d", "Slice...")
|
||||
backend = self.getBackend()
|
||||
backend.forceSlice()
|
||||
|
||||
@pyqtSlot()
|
||||
def sliceStop(self):
|
||||
Logger.log("d", "Slice stop...")
|
||||
backend = self.getBackend()
|
||||
backend.stopSlicing()
|
||||
|
Loading…
x
Reference in New Issue
Block a user