From 1af711cdec6af70d89b5190cd508bb619168c9f0 Mon Sep 17 00:00:00 2001 From: sokolovjek Date: Thu, 8 Feb 2024 06:20:57 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/stereotech_config/common/probe_main.cfg b/stereotech_config/common/probe_main.cfg index acb551a4d4cb..f2ab76c782c3 100644 --- a/stereotech_config/common/probe_main.cfg +++ b/stereotech_config/common/probe_main.cfg @@ -263,7 +263,6 @@ 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]) if wcs == 0 else (wcs_offsets[1] - offsets[1] - 40) %} {% set y = (wcs_offsets[1] - offsets[1]) %} {% set z = wcs_offsets[2] + offsets[2] %} {% set a = '0' if wcs == 0 else '90' %}