From fa3709451b0bc5ee6e7bf278f647ced0042cfd6f Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat, 6 Jan 2018 23:32:00 -0600
Subject: [PATCH] Set mbl.has_mesh on manual point entry

Based on #9086
---
 Marlin/Marlin_main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index b2b848e6335..9b99d1a26f9 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -4242,6 +4242,7 @@ void home_all_axes() { gcode_G28(true); }
           SERIAL_CHAR('Z'); echo_not_entered();
           return;
         }
+        mbl.has_mesh = true; // set since user manually entered a mesh point
         break;
 
       case MeshSetZOffset: