mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed testfunctions. CURA-3214
This commit is contained in:
parent
464bf73f85
commit
e6e5d7862e
1 changed files with 0 additions and 13 deletions
|
@ -1230,16 +1230,3 @@ class CuraApplication(QtApplication):
|
||||||
|
|
||||||
def addNonSliceableExtension(self, extension):
|
def addNonSliceableExtension(self, extension):
|
||||||
self._non_sliceable_extensions.append(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…
Add table
Add a link
Reference in a new issue