diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-05 13:25:07 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-06 10:45:53 -0500 |
commit | baa0d2ff8c9e00596cad695a5bfe7157dfd2e9a8 (patch) | |
tree | 62608051c451d469e3c77baa247ac0a0bd304e98 /docs/Config_checks.md | |
parent | 5ff45636d977d0a0a7db4251de84f9a39d0ec68c (diff) | |
download | kutter-baa0d2ff8c9e00596cad695a5bfe7157dfd2e9a8.tar.gz kutter-baa0d2ff8c9e00596cad695a5bfe7157dfd2e9a8.tar.xz kutter-baa0d2ff8c9e00596cad695a5bfe7157dfd2e9a8.zip |
docs: Minor formatting change to Config_checks.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_checks.md')
-rw-r--r-- | docs/Config_checks.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config_checks.md b/docs/Config_checks.md index fb7cd852..8a43a85c 100644 --- a/docs/Config_checks.md +++ b/docs/Config_checks.md @@ -12,8 +12,8 @@ config file is successfully loaded. ### Verify temperature -Start by verifying that temperatures are being properly -reported. Navigate to the Octoprint temperature tab. +Start by verifying that temperatures are being properly reported. +Navigate to the Octoprint temperature tab.  @@ -85,7 +85,7 @@ resistor and the '^' should be present). Use the STEPPER_BUZZ command to verify the connectivity of each stepper motor. Start by manually positioning the given axis to a -midway point and then run `STEPPER_BUZZ STEPPER=stepper_x` . The +midway point and then run `STEPPER_BUZZ STEPPER=stepper_x`. The STEPPER_BUZZ command will cause the given stepper to move one millimeter in a positive direction and then it will return to its starting position. (If the endstop is defined at position_endstop=0 |