diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-10-16 16:35:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-16 16:35:32 -0400 |
commit | 4811b58b396f2978ff0b20d5fa1652900e97e9e9 (patch) | |
tree | 1efe4fcd2c917a5624d6ecdccc71a23ca2c3b866 /docs/Manual_Level.md | |
parent | dd77b46de9f921284fd8b764d90aebce4b777515 (diff) | |
download | kutter-4811b58b396f2978ff0b20d5fa1652900e97e9e9.tar.gz kutter-4811b58b396f2978ff0b20d5fa1652900e97e9e9.tar.xz kutter-4811b58b396f2978ff0b20d5fa1652900e97e9e9.zip |
docs: Update Manual_Level.md with recent config changes
The sample count and associated settings are no longer in the
screws_tilt_adjust config section - they are now in the probe config
section. Remove them from the guide.
Reported by @theopensourcerer.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Manual_Level.md')
-rw-r--r-- | docs/Manual_Level.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index 8cf73e9b..a0e90c27 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -157,15 +157,9 @@ screw4: -5,190 screw4_name: rear left screw horizontal_move_z: 10. speed: 50. -samples: 3 -sample_retract_dist: 2. -samples_result: median screw_thread: CW-M3 ``` -One can indicate the number of times to repeat probe on each screw and -if the value is the median or the average read probe. - The screw1 is always the reference point for the others, so the system assumes that screw1 is in the correct height. Then to use this feature you must preform every time `G28` before |