qruret
RRCRat Rig Community [Unofficial]
•Created by qruret on 6/13/2024 in #fix-my-printer
Klippain install broke RatOS
I just tried to upgrade to the latest version of klippain shaketune (4.0.0). After updating through the manager, it required to run the following command as well:
cd ~/klippain_shaketune && ./install.sh
That did some stuff and then failed, throwing the error:
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/pi/klippy-env/lib/python3.9/site-packages/mpl_toolkits/mplot3d/proj3d.py'
Check the permissions.
Then I ran the following:
wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh | bash
And got the same permissions error, even when using sudo in front of it.
I finally rebooted the raspberry and now my RatOS is bricked, stating the following error:
Internal error during connect: No module named 'matplotlib'
Running:
python3 -m pip install matplotlib
Gave me the following:
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: matplotlib in /usr/lib/python3/dist-packages (3.3.4)
Apart from wiping everything and installing RatOS from scratch I have no clue what to do, any help is greatly appreciated!
##UPDATE:
Switching off power instead of just rebooting fixed the matplotlib error, the klippain install is however still broken. I'm marking this as solved but leaving this here for future reference.
4 replies
RRCRat Rig Community [Unofficial]
•Created by qruret on 5/23/2024 in #ratos-support
MELLOW USB ADXL SPI BUS NOT VALID IN SECTION ADXL345 ERROR
Has anyone successfully installed the mellow fly adxl board on their v-core 3.1?
I followed the directions precisely and I keep getting the following error:
Option 'spi_bus' is not valid in section 'adxl345'
In my klipper config I have added:
[mcu adxl]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6626005A71D2434-if00
[adxl345]
cs_pin: adxl:gpio9
spi_software_sclk_pin: adxl:gpio10
spi_software_mosi_pin: adxl:gpio11
spi_software_miso_pin: adxl:gpio12
I followed the directions from here:
https://mellow-3d.github.io/fly_adxl345_usb_klipper_host.html
Any help is greatly appreciated!
5 replies
RRCRat Rig Community [Unofficial]
•Created by qruret on 8/30/2023 in #fix-my-printer
MAX31865 Not working
2 replies