From 6a91824486decfe5ae581430b42b3418b7562140 Mon Sep 17 00:00:00 2001 From: Nitram <33714214+Hywelmartin@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:27:44 +0200 Subject: delta: Added the possibility to get where the "cone shape" of the build volume starts from Macros (#5662) Added the possibility to get where the "cone shape" of the build volume starts from Macros Signed-off-by: Martin Malmqvist --- klippy/kinematics/delta.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/kinematics/delta.py') diff --git a/klippy/kinematics/delta.py b/klippy/kinematics/delta.py index 06c72456..2278dbca 100644 --- a/klippy/kinematics/delta.py +++ b/klippy/kinematics/delta.py @@ -150,6 +150,7 @@ class DeltaKinematics: 'homed_axes': '' if self.need_home else 'xyz', 'axis_minimum': self.axes_min, 'axis_maximum': self.axes_max, + 'cone_start_z': self.limit_z, } def get_calibration(self): endstops = [rail.get_homing_info().position_endstop -- cgit v1.2.3-70-g09d2