Skip to content

Commit

Permalink
Remove commented lcd_update_enable(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnimg committed Jul 31, 2024
1 parent 396a8ca commit 0d45228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Firmware/mesh_bed_calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,6 @@ BedSkewOffsetDetectionResultType find_bed_induction_sensor_point_xy(int
MYSERIAL.println(current_position[Z_AXIS]);
}
#endif //SUPPORT_VERBOSITY
//lcd_show_fullscreen_message_and_wait_P(PSTR("First hit"));
//lcd_update_enable(true);

float init_x_position = current_position[X_AXIS];
float init_y_position = current_position[Y_AXIS];
Expand Down

0 comments on commit 0d45228

Please sign in to comment.