hardware.json: add default setup

This commit is contained in:
Romain Bazile 2020-10-19 10:15:12 +02:00
parent 879621da11
commit 3629cde800

View file

@ -1,7 +1,8 @@
{
"stepper_reverse" : 1,
"stepper_reverse" : false,
"focus_steps_per_mm" : 40,
"pump_steps_per_ml" : 614,
"focus_max_speed" : 0.5,
"pump_max_speed" : 30
}
"pump_steps_per_ml" : 507,
"focus_max_speed" : 0.5,
"pump_max_speed" : 30,
"stepper_type" : "adafruit"
}