hardware.json: add default setup
This commit is contained in:
parent
879621da11
commit
3629cde800
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"stepper_reverse" : 1,
|
"stepper_reverse" : false,
|
||||||
"focus_steps_per_mm" : 40,
|
"focus_steps_per_mm" : 40,
|
||||||
"pump_steps_per_ml" : 614,
|
"pump_steps_per_ml" : 507,
|
||||||
"focus_max_speed" : 0.5,
|
"focus_max_speed" : 0.5,
|
||||||
"pump_max_speed" : 30
|
"pump_max_speed" : 30,
|
||||||
}
|
"stepper_type" : "adafruit"
|
||||||
|
}
|
Loading…
Reference in a new issue