Merge remote-tracking branch 'origin/master'

# Conflicts:
#	CU/Detect.py
This commit is contained in:
cdeyw
2025-02-27 10:49:22 +08:00
3 changed files with 20 additions and 9 deletions

View File

@ -38,7 +38,7 @@ class Detect:
target_position, noraml_base = getPosition(*xyz, *uvw, None, points)
position = Real_Position().init_position(*target_position[:3], *noraml_base[:3])
position.Z = position.Z
position.Z = position.Z + 200
self.detect_position = position
self.detect_status = DetectStatus.DOk