diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-20 19:33:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-20 19:33:54 -0400 |
commit | 42ca985bef45edf18104d3f3aa41a1fae625ffaf (patch) | |
tree | 1494ee38411cb5e8127a358fe7d46cbdb86ecdeb | |
parent | 2db5415d0996db06893d09498bc0b0ebc9e5f34e (diff) | |
download | kutter-42ca985bef45edf18104d3f3aa41a1fae625ffaf.tar.gz kutter-42ca985bef45edf18104d3f3aa41a1fae625ffaf.tar.xz kutter-42ca985bef45edf18104d3f3aa41a1fae625ffaf.zip |
docs: Add reference to homing_override in FAQ
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/FAQ.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 7223d76b..351701cb 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -151,6 +151,12 @@ Settings->GCODE Scripts If you want to move the head after a print finishes, consider adding the desired movement to the "custom g-code" section of your slicer. +If the printer requires some additional movement as part of the homing +process itself (or fundamentally does not have a homing process) then +consider using a homing_override section in the config file - see +[example-extras.cfg](../config/example-extras.cfg) for further +details. + ### Why is the Z position_endstop set to 0.5 in the default configs? For cartesian style printers the Z position_endstop specifies how far |