Reduced calibration times to 5sec from 10sec

master
Stefan Jahn 3 years ago
parent 12c144a77a
commit 94155b3ba4

@ -60,7 +60,7 @@ void axis_history_add(int axis, double diff, double out) {
} }
#define CALIB_MAXSPEED 1.0 #define CALIB_MAXSPEED 1.0
#define CALIB_DURATION_DELTA 10.0 #define CALIB_DURATION_DELTA 5.0
#define CALIB_DURATION_AXIS (CALIB_DURATION_DELTA / CALIB_MAXSPEED) #define CALIB_DURATION_AXIS (CALIB_DURATION_DELTA / CALIB_MAXSPEED)
void posctl_gui_update(); void posctl_gui_update();

Loading…
Cancel
Save