matrix names update (#7697)
* matrix names update * symplified names * new angle normalization * ABC * axis * least squares * recalc_delta_settings * endstop_adj * 0p * bug
This commit is contained in:
parent
ca13f4c3dd
commit
74d430cb97
5 changed files with 135 additions and 132 deletions
|
|
@ -2703,7 +2703,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
MENU_ITEM_EDIT(float52, MSG_DELTA_RADIUS, &delta_radius, DELTA_RADIUS - 5.0, DELTA_RADIUS + 5.0);
|
||||
MENU_ITEM_EDIT(float43, "Tx", &delta_tower_angle_trim[A_AXIS], -5.0, 5.0);
|
||||
MENU_ITEM_EDIT(float43, "Ty", &delta_tower_angle_trim[B_AXIS], -5.0, 5.0);
|
||||
MENU_ITEM_EDIT(float43, "Tz", &Tz, -5.0, 5.0);
|
||||
MENU_ITEM_EDIT(float43, "Tz", &delta_tower_angle_trim[C_AXIS], -5.0, 5.0);
|
||||
END_MENU();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue