feed下料

This commit is contained in:
2025-11-12 09:22:21 +08:00
parent 9e4b73b1de
commit c413699983
9 changed files with 89 additions and 65 deletions

View File

@ -164,6 +164,7 @@ class FeedingControlSystem:
"""启动下料流程"""
self.lower_feeding_thread = threading.Thread(
target=self._start_lower_feeding,
name="Feeding",
daemon=True
)
self.lower_feeding_thread.start()