Adding this documentation
parent
1baff8a09a
commit
b1e4a581bb
1 changed files with 13 additions and 0 deletions
13
Marlin-LCD-Menus.md
Normal file
13
Marlin-LCD-Menus.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
== Main Menu ==
|
||||
|
||||
=== Prepare ===
|
||||
|
||||
==== Auto Home ====
|
||||
|
||||
Move the X, Y, and Z axes to their endstops and set the `current_position` to the home position. If `home_offset` is set then that is subtracted from `current_position`. So, for example, if the home position is (0, 0, 0) and the `home_offset` is (0, 0, -0.1) then upon homing the position will be (0, 0, 0.1).
|
||||
|
||||
==== Set Home Offsets ====
|
||||
|
||||
The __Set Home Offsets__ menu option subtracts `current_position` from `home_offset`. So, first you do an __Auto Home__ command (which sets `current_position` to the home position minus the `home_offset`.) Then, move the axes with the LCD options or host, and then use __Set Home Offsets__ from the LCD to subtract the `current_position` from the `home_offset` and set `current_position` to the home position. To clear `home_offset` you just __Auto Home__ then __Set Home Offsets__ right away.
|
||||
|
||||
=== Control ===
|
||||
Loading…
Add table
Add a link
Reference in a new issue