From 7da9a83924e7986da75529bcfc5cadb4bc0d1d6d Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Thu, 6 Apr 2023 06:45:07 -0400 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75b316..8029ad2 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ You can choose *either* of the 2 following methods. 💡 I recommend no filament be loaded for any of these steps. -💡 Find explainations for gcode commands at [https://marlinfw.org/](https://marlinfw.org/) and [klipper.org](https://www.klipper3d.org/G-Codes.html). +💡 Find explanations for gcode commands at [https://marlinfw.org/](https://marlinfw.org/) and [klipper.org](https://www.klipper3d.org/G-Codes.html). 1. `G28` 1. Check to see if `X` and `Y` max positions (`G90`, `G1 X300 F3000`, `G1 Y300 F3000`) can be reached, and adjust `position_max`, if necessary. Note, you might be able to go even further.