Jaime van Kessel 7 years ago
parent
commit
145b6825db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/PrinterOutputDevice.py

+ 1 - 1
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