mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 04:24:48 -06:00
Typo again
This commit is contained in:
parent
e98ad344d1
commit
33f0e3a19f
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ void ResonanceGenerator::reset() {
|
|||
done = false;
|
||||
}
|
||||
|
||||
float ResoanaceGenerator::calc_next_pos() {
|
||||
float ResonanceGenerator::calc_next_pos() {
|
||||
// Amplitude based on a sinusoidal wave : A = accel / (4 * PI^2 * f^2)
|
||||
const float amplitude = amplitude_precalc / current_freq;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue