- sudo service klipper stop
- cd ~/klipper && git pull
- make clean
- make menuconfig
- make
- ./scripts/flash-sdcard.sh /dev/ttyACM0 fysetc-spider
- sudo service klipper start
resonance testing without klipper numpy being built with pip:
-
TEST_RESONANCES AXIS=X OUTPUT=raw_data
-
TEST_RESONANCES AXIS=Y OUTPUT=raw_data
-
~/klipper/scripts/calibrate_shaper.py /tmp/raw_data_x_ZZZ.csv -o /tmp/raw_data_x.png
-
~/klipper/scripts/calibrate_shaper.py /tmp/raw_data_y_ZZZ.csv -o /tmp/raw_data_y.png
fix corrupt repo (emtpy git objects)
- find .git/objects/ -type f -empty | xargs rm
- git fetch -p
- git fsck --full
umbilical is a remix of: https://www.thingiverse.com/thing:5400946
=======