mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add way to set head position
CL-541
This commit is contained in:
parent
3a8eef9768
commit
f0a8db3d4e
2 changed files with 69 additions and 1 deletions
|
@ -18,4 +18,16 @@ class PrinterOutputController:
|
|||
pass
|
||||
|
||||
def setJobState(self, job: "PrintJobOutputModel", state: str):
|
||||
pass
|
||||
|
||||
def cancelPreheatBed(self, printer: "PrinterOutputModel"):
|
||||
pass
|
||||
|
||||
def preheatBed(self, printer: "PrinterOutputModel", temperature, duration):
|
||||
pass
|
||||
|
||||
def setHeadPosition(self, printer: "PrinterOutputModel", x, y, z, speed):
|
||||
pass
|
||||
|
||||
def moveHead(self, printer: "PrinterOutputModel", x, y, z, speed):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue