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:
parent
244f67590e
commit
dcf30a69d6
9 changed files with 12 additions and 11 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue