This commit is contained in:
Robert Schauklies 2025-07-12 20:12:18 +02:00
parent 5551bbda50
commit dd2a5bf637
8 changed files with 1087 additions and 0 deletions

10
src/config.json Normal file
View file

@ -0,0 +1,10 @@
{
"PID": {
"Kp": 1e-5,
"Ki": 1e-4,
"Kd": 0
},
"deposit_rpm": 1000,
"coating_rpm": 2000,
"coating_time": 10
}