mirror of https://github.com/Desuuuu/klipper.git
docster: Fix incorrect default value for max_freq
This commit is contained in:
parent
7c5b7191c3
commit
f3b995227a
|
@ -1548,8 +1548,8 @@ section of the measuring resonances guide for more information on
|
|||
# for more details on using this feature.
|
||||
#min_freq: 5
|
||||
# Minimum frequency to test for resonances. The default is 5 Hz.
|
||||
#max_freq: 120
|
||||
# Maximum frequency to test for resonances. The default is 120 Hz.
|
||||
#max_freq: 133.33
|
||||
# Maximum frequency to test for resonances. The default is 133.33 Hz.
|
||||
#accel_per_hz: 75
|
||||
# This parameter is used to determine which acceleration to use to
|
||||
# test a specific frequency: accel = accel_per_hz * freq. Higher the
|
||||
|
|
Loading…
Reference in New Issue