|
@ -866,10 +866,12 @@ void kill_screen(const char* lcd_msg) { |
|
|
|
|
|
|
|
|
float lcd_mesh_edit() { |
|
|
float lcd_mesh_edit() { |
|
|
lcd_goto_screen(_lcd_mesh_edit); |
|
|
lcd_goto_screen(_lcd_mesh_edit); |
|
|
|
|
|
_lcd_mesh_fine_tune( PSTR("Mesh Editor: ")); |
|
|
defer_return_to_status = true; |
|
|
defer_return_to_status = true; |
|
|
return Mesh_Edit_Value; |
|
|
return Mesh_Edit_Value; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void lcd_mesh_edit_setup(float inital) { |
|
|
void lcd_mesh_edit_setup(float inital) { |
|
|
Mesh_Edit_Value = inital; |
|
|
Mesh_Edit_Value = inital; |
|
|
Mesh_Edit_Accumulator = inital; |
|
|
Mesh_Edit_Accumulator = inital; |
|
|