From 37c6d0f4ed7608635a8589a14e391715a243c500 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 19 May 2016 18:38:44 -0700 Subject: [PATCH] Reword MESH_G28_REST_ORIGIN comment --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3dadaedc1..e8ce1dac4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -525,7 +525,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l #define MESH_NUM_Y_POINTS 3 #define MESH_HOME_SEARCH_Z 4 // Z after Home, bed somewhere below but above 0.0. - //#define MESH_G28_REST_ORIGIN // Enable to make 'G28' all axis to rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling.