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 8, 2024
1 parent 6fb5720 commit fddfd0c
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 @@ -396,6 +396,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 fddfd0c

Please sign in to comment.