Make G29's Interactive Mesh Editor Work
This commit is contained in:
parent
3fd74b121f
commit
72f7b14e66
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user