Tower angles

Adding '7-point' tower angle correction calibration
This commit is contained in:
LVD-AC
2017-04-18 16:49:33 +02:00
committed by teemuatlut
parent 76ec7a0f80
commit 004928148c
2 changed files with 47 additions and 12 deletions

View File

@ -1477,7 +1477,7 @@ void MarlinSettings::reset() {
SERIAL_ECHOPAIR(" R", LINEAR_UNIT(delta_radius));
SERIAL_ECHOPAIR(" H", LINEAR_UNIT(DELTA_HEIGHT + home_offset[Z_AXIS]));
SERIAL_ECHOPAIR(" S", delta_segments_per_second);
SERIAL_ECHOPAIR(" B", LINEAR_UNIT(delta_calibration_radius);
SERIAL_ECHOPAIR(" B", LINEAR_UNIT(delta_calibration_radius));
SERIAL_ECHOPAIR(" X", LINEAR_UNIT(delta_tower_angle_trim[A_AXIS]));
SERIAL_ECHOPAIR(" Y", LINEAR_UNIT(delta_tower_angle_trim[B_AXIS]));
SERIAL_ECHOPAIR(" Z", 0.00);