z_tilt: Add support for Z_TILT_ADJUST

Add new module to support independent adjustments to multiple Z
steppers to account for bed tilt.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-05-21 14:48:01 -04:00
parent 4bf1b042b1
commit 3025638b9b
5 changed files with 152 additions and 2 deletions

View File

@@ -169,6 +169,8 @@ class ProbePointsHelper:
self.results = []
self.busy = False
self.gcode = self.toolhead = None
def get_lift_speed(self):
return self.lift_speed
def start_probe(self):
# Begin probing
self.toolhead = self.printer.lookup_object('toolhead')