Replace ftostr62sign with ftostr62rj
`ftostr62sign()` is used only when displaing/editing Steps/mm. A sign is not needed - the value is always positive. Because the number part is long there is no't much place for the values name. With this PR the is one more char for the name possible.
This commit is contained in:
@@ -2475,7 +2475,7 @@ void kill_screen(const char* lcd_msg) {
|
||||
menu_edit_type(float, float5, ftostr5rj, 0.01);
|
||||
menu_edit_type(float, float51, ftostr51sign, 10.0);
|
||||
menu_edit_type(float, float52, ftostr52sign, 100.0);
|
||||
menu_edit_type(float, float62, ftostr62sign, 100.0);
|
||||
menu_edit_type(float, float62, ftostr62rj, 100.0);
|
||||
menu_edit_type(unsigned long, long5, ftostr5rj, 0.01);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user