Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
4fe9dfa2
Commit
4fe9dfa2
authored
Apr 16, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 当没有连接上 AD盒, AD盒的默认值 由 Backup_XXXX 控制
parent
8b24c0ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
FlyAD7.cs
Project.FLY.FlyADBase/FlyADBase/FlyAD7.cs
+7
-0
No files found.
Project.FLY.FlyADBase/FlyADBase/FlyAD7.cs
View file @
4fe9dfa2
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment