|
@@ -1501,6 +1501,19 @@ calibrated:
|
|
|
// during the search for the induction points.
|
|
|
current_position[Z_AXIS] = Z_MAX_POS-3.f;
|
|
|
plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
|
|
|
+
|
|
|
+
|
|
|
+ if(only_z){
|
|
|
+ lcd_display_message_fullscreen_P(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1);
|
|
|
+ lcd_implementation_print_at(0, 3, 1);
|
|
|
+ lcd_printPGM(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2);
|
|
|
+ }else{
|
|
|
+ lcd_display_message_fullscreen_P(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1);
|
|
|
+ lcd_implementation_print_at(0, 2, 1);
|
|
|
+ lcd_printPGM(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
return true;
|
|
|
|
|
|
canceled:
|