Skip to content

Commit

Permalink
fix: deprecate scanner_touch_location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik committed Dec 7, 2024
1 parent 5aa6f42 commit 7b6a534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b6a534

Please sign in to comment.