Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS]

More consistent with M665 where C-value is allowed as well, then
normalized
This commit is contained in:
LVD-AC
2017-04-22 10:39:48 +02:00
committed by teemuatlut
parent 244f67590e
commit dcf30a69d6
9 changed files with 12 additions and 11 deletions

View File

@@ -698,7 +698,7 @@
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 }
#endif
#ifndef DELTA_TOWER_ANGLE_TRIM
#define DELTA_TOWER_ANGLE_TRIM {0.0, 0.0}
#define DELTA_TOWER_ANGLE_TRIM {0.0, 0.0, 0.0}
#endif
#ifndef DELTA_RADIUS_TRIM_TOWER
#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}