From fb9afb05898e54aa72ce5fcbc2a6059b861b92c7 Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Mon, 3 Dec 2018 16:44:51 +0100 Subject: [PATCH] Fix typo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab5fdd..971d945 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,10 @@ If you have issues with an uneven bed, this is a great feature. - After finishing the 25 points, the printer will beep and calculate. After seeing `ok` on the console, enter `M500` to save the mesh to EEPROM - To ensure your mesh gets used on every print from now on, go into your slicer settings and look for the start GCode - Look for the Z-homing (either just `G28` or `G28 Z0`) command and insert these two right underneath it: -- `G501`and `M420 S1`. +``` +M501 +M420 S1 +``` - Enjoy never having to worry about an uneven bed again! ## Detailed changes: