mirror of https://github.com/Desuuuu/klipper.git
docs: Line wrapping in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
3081899883
commit
c7e0372c5d
|
@ -987,7 +987,9 @@ number of knob turns to adjust the bed level. If DIRECTION is
|
|||
specified, the knob turns will all be in the same direction, clockwise
|
||||
(CW) or counterclockwise (CCW). See the PROBE command for details on
|
||||
the optional probe parameters. IMPORTANT: You MUST always do a G28
|
||||
before using this command. If MAX_DEVIATION is specified, the command will raise a gcode error if any difference in the screw height relative to the base screw height is greater than the value provided.
|
||||
before using this command. If MAX_DEVIATION is specified, the command
|
||||
will raise a gcode error if any difference in the screw height
|
||||
relative to the base screw height is greater than the value provided.
|
||||
|
||||
### [sdcard_loop]
|
||||
|
||||
|
|
Loading…
Reference in New Issue