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