chiark / gitweb /
Disable pause feature
[cura.git] / Cura / util / printerConnection / serialConnection.py
index 4b1d6bb55516adef38d354cb0f636dc6c80d09f0..dccaaed873b89e78a86dcece8345560a0ff7c33a 100644 (file)
@@ -121,7 +121,7 @@ class serialConnection(printerConnectionBase.printerConnectionBase):
 
        #Returns true if we have the ability to pause the file printing.
        def hasPause(self):
-               return True
+               return False
 
        def isPaused(self):
                return self._commState == machineCom.MachineCom.STATE_PAUSED