From e8a56e64b0651c143db2b74877baa67d32da3651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D0=BA=D0=BE=D0=BB=D0=BE=D0=B2=20=D0=95=D0=B2?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 23 Jan 2024 12:57:21 +0300 Subject: [PATCH 1/2] STEAPP-882: Increase the maximum travel distance for the x,y,z axes --- stereotech_config/630/kinematics.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stereotech_config/630/kinematics.cfg b/stereotech_config/630/kinematics.cfg index a2c016d5779e..dc80e9c36bfd 100644 --- a/stereotech_config/630/kinematics.cfg +++ b/stereotech_config/630/kinematics.cfg @@ -13,8 +13,8 @@ enable_pin: !x_en_pin microsteps: 128 rotation_distance: 40 endstop_pin: x_endstop_pin -position_endstop: 309 -position_max: 309 +position_endstop: 350 +position_max: 350 position_min: -1 homing_speed: 70 @@ -25,8 +25,8 @@ enable_pin: !y_en_pin microsteps: 128 rotation_distance: 40 endstop_pin: y_endstop_pin -position_endstop: 300.3 -position_max: 300.3 +position_endstop: 330 +position_max: 330 position_min: 0 homing_speed: 70 @@ -37,8 +37,8 @@ enable_pin: !z_en_pin microsteps: 128 rotation_distance: 2 endstop_pin: z_endstop_pin -position_endstop: 300 -position_max: 300 +position_endstop: 325 +position_max: 325 position_min: -10 homing_speed: 20 From 29ee57fc80e41a1aa2c2751daa0c2da9f58bbe9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D0=BA=D0=BE=D0=BB=D0=BE=D0=B2=20=D0=95=D0=B2?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Mon, 29 Jan 2024 11:29:13 +0300 Subject: [PATCH 2/2] STEAPP-882: Increase the maximum travel distance for the x,y,z axes --- stereotech_config/630/kinematics.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stereotech_config/630/kinematics.cfg b/stereotech_config/630/kinematics.cfg index dc80e9c36bfd..699fb13e9b56 100644 --- a/stereotech_config/630/kinematics.cfg +++ b/stereotech_config/630/kinematics.cfg @@ -37,8 +37,8 @@ enable_pin: !z_en_pin microsteps: 128 rotation_distance: 2 endstop_pin: z_endstop_pin -position_endstop: 325 -position_max: 325 +position_endstop: 315 +position_max: 315 position_min: -10 homing_speed: 20