From 7b6a534da308b698dc35973e1b264809af109d49 Mon Sep 17 00:00:00 2001 From: Jonas Damtoft Date: Fri, 6 Dec 2024 18:41:27 +0100 Subject: [PATCH] fix: deprecate scanner_touch_location --- scanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scanner.py b/scanner.py index 470f1d2..f903918 100644 --- a/scanner.py +++ b/scanner.py @@ -353,6 +353,7 @@ def __init__(self, config: ConfigWrapper): zero_reference_position = mesh_config.get("zero_reference_position", None) if zero_reference_position is not None: manual_location = config.get("scanner_touch_location", None) + config.deprecate("scanner_touch_location") if manual_location is not None: manual_location = manual_location.split(",") if manual_location: