From 145b6825db561642819aab9b6eae6905723641df Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 18 Aug 2017 09:45:28 +0200 Subject: [PATCH] Fixes #2284 --- cura/PrinterOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py index 7a0a91068c..c3f709afe1 100644 --- a/cura/PrinterOutputDevice.py +++ b/cura/PrinterOutputDevice.py @@ -615,7 +615,7 @@ class PrinterOutputDevice(QObject, OutputDevice): @pyqtSlot("long") @pyqtSlot("long", "long") def setHeadZ(self, z, speed = 3000): - self._setHeadY(z, speed) + self._setHeadZ(z, speed) ## Move the head of the printer. # Note that this is a relative move. If you want to move the head to a specific position you can use