From 8dcc4169c9f55006bc7dd9c3954c42de2352660d Mon Sep 17 00:00:00 2001 From: sokolovjek Date: Thu, 8 Feb 2024 06:21:36 +0000 Subject: [PATCH] STEAPP-903: Added to the manager adjust_basement_auto in spiral mode the movement of the toolhead in 35mm from the collet --- stereotech_config/common/probe_main.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stereotech_config/common/probe_main.cfg b/stereotech_config/common/probe_main.cfg index f2ab76c782c3..df476a743387 100644 --- a/stereotech_config/common/probe_main.cfg +++ b/stereotech_config/common/probe_main.cfg @@ -263,7 +263,7 @@ gcode: {% set offsets = printer.probe.offsets %} {% set wcs_offsets = printer.gcode_move.wcs_offsets[wcs + 3] %} {% set x = wcs_offsets[0] - offsets[0] %} - {% set y = (wcs_offsets[1] - offsets[1]) %} + {% set y = wcs_offsets[1] - offsets[1] %} {% set z = wcs_offsets[2] + offsets[2] %} {% set a = '0' if wcs == 0 else '90' %} {% set y = y if wcs == 0 else (y - 35) %}