HOW TO CONVERT INPUT SHAPER CALLIBRATION CSV DATA INTO PHG GRAPH FORMAT
NOTE: if you are Running a CB1 and not a Rasberry Pi, you will need this method to convert your file names and then run the script (BELOW) VIA SSH to convert the produced CSV files into PNG graph format.
Input shaping the Voron 2.4R2 CBT MPX machine.
I show you how to run the Input Shaping macro and enter the scripts to change the CSV files created from the input shaping callibration.
I did an input shape a few weeks back and have not had any issues with printing, however I was working on my extruder and found some loose bolts on the TAP, hotend and the extruder. re tested and cam out a lot different.
INSRUCTIONS:
to test follow these instructions -
# type SHAPER_CALIBRATE
# let run it s course and type SAVE_CONFIG
# YOU WILL NEEED TO SSH INTO DEVICE AND NAVIGATE TO /TMP FILE (IF YOU AHVE AN SB2209 IT WILL CREATE A FILE CALLED
# calibration_data_x_20231006_111358.csv - OR SOMETHING CLOSE TO THAT AND calibration_data_y_20231006_111358.csv
# FIND THESE AND CHANGE THE NAMES TO resonances_x_*.csv (* LEAVE YOUR NUMBERS THAT ARE THERE IN THIS FILE NAME AND DO SAME FOR Y AXIS
# CONVERT TO A GRAPH PUT IN THESE COMMANDS:
# ~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png
# ~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png
# GO TO THE TMP AND YOU WILL FIND 2 X PNG PICTURE FILES. SAVE TO YOUR PC AND YOU CAN THEN LOOK AT THE DATA IN GRAPH FORM