mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 05:39:37 +08:00
Add stubs to PrinterOutputController
This commit is contained in:
parent
7994c95bbe
commit
b68a30662a
@ -34,6 +34,12 @@ class PrinterOutputController:
|
|||||||
def preheatBed(self, printer: "PrinterOutputModel", temperature, duration):
|
def preheatBed(self, printer: "PrinterOutputModel", temperature, duration):
|
||||||
Logger.log("w", "Preheat bed not implemented in controller")
|
Logger.log("w", "Preheat bed not implemented in controller")
|
||||||
|
|
||||||
|
def cancelPreheatHotend(self, extruder: "ExtruderOutputModel"):
|
||||||
|
Logger.log("w", "Cancel preheat hotend not implemented in controller")
|
||||||
|
|
||||||
|
def preheatHotend(self, extruder: "ExtruderOutputModel", temperature, duration):
|
||||||
|
Logger.log("w", "Preheat hotend not implemented in controller")
|
||||||
|
|
||||||
def setHeadPosition(self, printer: "PrinterOutputModel", x, y, z, speed):
|
def setHeadPosition(self, printer: "PrinterOutputModel", x, y, z, speed):
|
||||||
Logger.log("w", "Set head position not implemented in controller")
|
Logger.log("w", "Set head position not implemented in controller")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user