adds code from: https://github.com/JeroenDelcour/spincoater without mods
This commit is contained in:
parent
5551bbda50
commit
dd2a5bf637
8 changed files with 1087 additions and 0 deletions
10
src/config.json
Normal file
10
src/config.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"PID": {
|
||||
"Kp": 1e-5,
|
||||
"Ki": 1e-4,
|
||||
"Kd": 0
|
||||
},
|
||||
"deposit_rpm": 1000,
|
||||
"coating_rpm": 2000,
|
||||
"coating_time": 10
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue