🚑 update 加入网络继电器控制 震动时同时运动
This commit is contained in:
@ -491,6 +491,10 @@ class Feeding(QObject):
|
||||
return
|
||||
if self.catch.catch_status == CatchStatus.CShake:
|
||||
return
|
||||
|
||||
if self.feedConfig.feedLine.start_to_take[self.feedConfig.feedLine.feeding2end_pos_index+1].status != FeedStatus.FShake:
|
||||
self.catch.catch_status = CatchStatus.COk
|
||||
|
||||
if self.catch.catch_status == CatchStatus.COk:
|
||||
self.catch.catch_status = CatchStatus.CNone
|
||||
self.next_position()
|
||||
|
||||
Reference in New Issue
Block a user