G33 Autotune calibration update #10

This commit is contained in:
LVD-AC
2017-10-20 08:08:21 +02:00
committed by Scott Lahteine
parent b338cafc65
commit dcfc2503c2
8 changed files with 354 additions and 156 deletions

View File

@ -486,6 +486,12 @@
#if ENABLED(DELTA_AUTO_CALIBRATION)
// set the default number of probe points : n*n (1 -> 7)
#define DELTA_CALIBRATION_DEFAULT_POINTS 4
// Enable and set these values based on results of 'G33 A1'
//#define H_FACTOR 1.01
//#define R_FACTOR 2.61
//#define A_FACTOR 0.87
#endif
#if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)