Browse Source

Make G29's Interactive Mesh Editor Work

Roxy-3D 8 years ago
parent
commit
72f7b14e66
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/ultralcd.cpp

+ 2
- 0
Marlin/ultralcd.cpp View File

@@ -866,10 +866,12 @@ void kill_screen(const char* lcd_msg) {
866 866
 
867 867
     float lcd_mesh_edit() {
868 868
       lcd_goto_screen(_lcd_mesh_edit);
869
+     _lcd_mesh_fine_tune( PSTR("Mesh Editor: "));
869 870
       defer_return_to_status = true;
870 871
       return Mesh_Edit_Value;
871 872
     }
872 873
 
874
+
873 875
     void lcd_mesh_edit_setup(float inital) {
874 876
       Mesh_Edit_Value       = inital;
875 877
       Mesh_Edit_Accumulator = inital;

Loading…
Cancel
Save