Vue lecture

Update Armbian repo keys

#> sudo wget https://apt.armbian.com/armbian.key -O key
#> sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
#> sudo chmod go+r /usr/share/keyrings/armbian.gpg
#> sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main  $(lsb_release -cs)-utils  $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list
apt update

lsb_release -cs is to be replaced by distro name (a.k.a bullseye) if required.


Permalien
  •  

Raspberry Pi GPIO Terminal Interface

In this guide, I’ll take you through how to set up a Raspberry Pi from a blank SD card and how to turn on GPIO pins remotely via a terminal. I’m using the MacOS terminal, but other programs, such as PuTTY should work just as well.


Permalien
  •  

Klipper Dynamic Macros

Klipper Dynamic Macros is an unofficial way to update macros without restarting Klipper, so you can update macros mid-print and see their results live. It also supports extra features that normal GCode Macros don't have.


Permalien
  •