Skip to content

Commit

Permalink
Sovol SV06 pre-set shaper frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marbocub committed Sep 3, 2024
1 parent 8814027 commit e5b639d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/examples/Sovol/SV-06/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1200,11 +1200,11 @@
//#define INPUT_SHAPING_Z
#if ANY(INPUT_SHAPING_X, INPUT_SHAPING_Y, INPUT_SHAPING_Z)
#if ENABLED(INPUT_SHAPING_X)
#define SHAPING_FREQ_X 40.0 // (Hz) The default dominant resonant frequency on the X axis.
#define SHAPING_FREQ_X 55.0 // (Hz) The default dominant resonant frequency on the X axis.
#define SHAPING_ZETA_X 0.15 // Damping ratio of the X axis (range: 0.0 = no damping to 1.0 = critical damping).
#endif
#if ENABLED(INPUT_SHAPING_Y)
#define SHAPING_FREQ_Y 40.0 // (Hz) The default dominant resonant frequency on the Y axis.
#define SHAPING_FREQ_Y 45.0 // (Hz) The default dominant resonant frequency on the Y axis.
#define SHAPING_ZETA_Y 0.15 // Damping ratio of the Y axis (range: 0.0 = no damping to 1.0 = critical damping).
#endif
#if ENABLED(INPUT_SHAPING_Z)
Expand Down

0 comments on commit e5b639d

Please sign in to comment.