extruder_stepper: Initial support for synchronized extruder steppers

Signed-off-by: Simo Apell <simo.apell@live.fi>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Simo Apell
2019-10-13 13:59:43 +03:00
committed by Kevin O'Connor
parent 6972b6303d
commit 90bc1679a2
5 changed files with 117 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ class PrinterExtruder:
return self.name
def get_heater(self):
return self.heater
def get_trapq(self):
return self.trapq
def stats(self, eventtime):
return self.heater.stats(eventtime)
def check_move(self, move):