Skip to content

Commit 11f92cb

Browse files
committed
Adjusted filter values
1 parent bee666f commit 11f92cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Firmware/FFBoard/Inc/Axis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class Axis : public PersistentStorage, public CommandHandler, public ErrorHandle
244244
bool idle_center = false;
245245

246246
// TODO tune these and check if it is really stable and beneficial to the FFB
247-
const biquad_constant_t filterSpeedCst[3] = {{ 25, 55 }, { 50, 55 }, { 100, 55 }};
247+
const biquad_constant_t filterSpeedCst[3] = {{ 30, 55 }, { 60, 55 }, { 120, 55 }};
248248
const biquad_constant_t filterAccelCst[3] = {{ 40, 30 }, { 55, 30 }, { 70, 30 }};
249249
const biquad_constant_t filterDamperCst = {60, 55};
250250
uint8_t filterProfileId = 1;

0 commit comments

Comments
 (0)