mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
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…
x
Reference in New Issue
Block a user