Skip to content

Commit

Permalink
Drop the damping ratios in the script given stiffer frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmobs committed Jul 1, 2023
1 parent b3ced17 commit d8f913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/shaper_calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
WINDOW_T_SEC = 0.5
MAX_SHAPER_FREQ = 150.

TEST_DAMPING_RATIOS=[0.075, 0.1, 0.15]
TEST_DAMPING_RATIOS=[0.05, 0.075, 0.1]

AUTOTUNE_SHAPERS = ['smooth_zv', 'smooth_mzv', 'smooth_ei', 'smooth_2hump_ei',
'smooth_zvd_ei', 'smooth_si', 'mzv', 'ei', '2hump_ei']
Expand Down

0 comments on commit d8f913b

Please sign in to comment.