#> 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.
In this tutorial I will show you how I built a beast of a 3D Printed RC tank with some cool LED lighting and a dual speed gearbox.
#Shaarli💫 📱
Discover Meshtastic: a community-driven, open-source project using LoRa radios for long-range, off-grid communication.
#Shaarli💫 📱
1 - Original TeachingTech project : Printable
2 - Remix with Hall Effect Joysticks, PCB Wiring and BALLS OF STEEL: Printable
3 - Hall Effect Joysticks For the Space Mouse: Printable
4 - ErgonoMouse - Advanced remix of TeachingTech: Free version / Pay version 12$
5 - Advanced firmware: GitHub
Video : It's Time to Jailbreak Your Kindle by Dammit Jeff
Tutorial : kindlemodding.org
Project Caretaker - remote controlled robot. Models, board, readme. - positron48/robot
A prompt theme engine for any shell.
YouTube video to help set it up
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.