Skip to content
Snippets Groups Projects
Commit 72f7b14e authored by Roxy-3D's avatar Roxy-3D
Browse files

Make G29's Interactive Mesh Editor Work

parent 3fd74b12
Branches
Tags
No related merge requests found
......@@ -866,10 +866,12 @@ void kill_screen(const char* lcd_msg) {
float lcd_mesh_edit() {
lcd_goto_screen(_lcd_mesh_edit);
_lcd_mesh_fine_tune( PSTR("Mesh Editor: "));
defer_return_to_status = true;
return Mesh_Edit_Value;
}
void lcd_mesh_edit_setup(float inital) {
Mesh_Edit_Value = inital;
Mesh_Edit_Accumulator = inital;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment