Skip to content

Commit

Permalink
Fix belt tension graph script
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 10, 2024
1 parent 8f9ae61 commit ee5f542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate-belt-tension-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
## but this has been reliable for me so far…
sleep 10

outdir="${SCRIPT_DIR}"../../input_shaper
outdir="${SCRIPT_DIR}"/../../input_shaper
if [ ! -d "${outdir}" ]; then
mkdir "${outdir}"
chown pi:pi "$SCRIPT_DIR"/../../input_shaper
fi

~/klipper/scripts/graph_accelerometer.py \
Expand Down

0 comments on commit ee5f542

Please sign in to comment.