mirror of https://github.com/Desuuuu/klipper.git
input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_y
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
61fa7e82d9
commit
d0ed6e5705
|
@ -124,7 +124,7 @@ class InputShaper:
|
|||
self.shapers.keys()[
|
||||
self.shapers.values().index(shaper_type_x)]
|
||||
, self.shapers.keys()[
|
||||
self.shapers.values().index(shaper_type_x)]
|
||||
self.shapers.values().index(shaper_type_y)]
|
||||
, shaper_freq_x, shaper_freq_y
|
||||
, damping_ratio_x, damping_ratio_y))
|
||||
|
||||
|
|
Loading…
Reference in New Issue