From 60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 25 Jul 2025 18:31:19 +0200 Subject: klippy: fix typos in python code (#6989) Signed-off-by: Thijs Triemstra --- scripts/graph_shaper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/graph_shaper.py') diff --git a/scripts/graph_shaper.py b/scripts/graph_shaper.py index 0ea19458..b9a6627c 100755 --- a/scripts/graph_shaper.py +++ b/scripts/graph_shaper.py @@ -20,7 +20,7 @@ SHAPER_DAMPING_RATIO=0.1 STEP_SIMULATION_RESONANCE_FREQ=60. STEP_SIMULATION_DAMPING_RATIO=0.15 -# If set, defines which range of frequencies to plot shaper frequency responce +# If set, defines which range of frequencies to plot shaper frequency response PLOT_FREQ_RANGE = [] # If empty, will be automatically determined #PLOT_FREQ_RANGE = [10., 100.] @@ -159,7 +159,7 @@ def find_shaper_plot_range(shaper, vib_tol): return (left, right) def gen_shaper_response(shaper): - # Calculate shaper vibration responce on a range of requencies + # Calculate shaper vibration response on a range of frequencies response = [] freqs = [] freq, freq_end = find_shaper_plot_range(shaper, vib_tol=0.25) -- cgit v1.2.3-70-g09d2