Commit 4fe9dfa2 authored by 潘栩锋's avatar 潘栩锋 🚴

优化 当没有连接上 AD盒, AD盒的默认值 由 Backup_XXXX 控制

parent 8b24c0ae
......@@ -1818,6 +1818,13 @@ namespace FlyADBase
this.PropertyChanged -= FlyAD7_PropertyChanged2;
bool ret = FlyAD7JsonDb.Load(jsonDbPath, this);
PosOfGrid = Backup_PosOfGrid;
MotorType = Backup_MotorType;
Ratio01 = Backup_Ratio01;
Ratio02 = Backup_Ratio02;
PosOffset = Backup_PosOffset;
JogVelocity = Backup_JogVelocity;
this.PropertyChanged += FlyAD7_PropertyChanged2;
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment