chiark / gitweb /
Add debugging stubs to DummyConnection
authornickthetait <tait@alephobjects.com>
Wed, 1 Jul 2015 18:20:48 +0000 (12:20 -0600)
committernickthetait <tait@alephobjects.com>
Wed, 1 Jul 2015 18:20:48 +0000 (12:20 -0600)
Cura/util/printerConnection/dummyConnection.py

index 17bebcdc5c5a21dbff1df159f0086cc197e08f7b..cf148f69bfaa19bcb0df63a0228137b4ff1bf82a 100644 (file)
@@ -92,6 +92,12 @@ class dummyConnection(printerConnectionBase.printerConnectionBase):
        #  various information to the user.
        def getStatusString(self):
                return "DUMMY!:%i %i:%i" % (self._progressLine, self._lineCount, self._printing)
+       
+       def coolDown(self):
+               pass
+
+       def disableSteppers(self):
+               pass
 
        def _dummyThread(self):
                while True: