#> 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.
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.
Learn the step by step process of how to increase a standard partition & extend root partition using fdisk online in Linux without downtime or losing data
Wallabag backup
Internet archive backup
Once partition table is resized, resize the filesystem itself so it spreads to the extent of the enlarged partition (might be located in /sbin):
#> sudo resize2fs /dev/mmcblk1p2
HueForge is software which allows you to create detailed multi-color 3D Prints using only Swap-by-Layer through a process we call Filament Painting. It isn't a slicer or a painting program. HueForge generates a model file for you, and then using the sliders you see on the bottom of the image, and the magic of Transmis
Cool advises and bench tools to determine parameters to enable faster print
Good tutorial to set up Klipper firmware based 3D printer.
View, create, and personalize 3D objects using 3D Builder.
Download many kinds of 3D files and edit them using wide range of powerful yet easy-to-use tools. Take a picture with your webcam and make it 3D. Personalize 3D objects by embossing your name on them, or combine models and pieces to make something new. Build from scratch using simple customizable shapes.
the open source system for processing and editing 3D triangular meshes.
It provides a set of tools for editing, cleaning, healing, inspecting, rendering, texturing and converting meshes.
It offers features for processing raw data produced by 3D digitization tools/devices and for preparing models for 3D printing.
Ellis’ Print Tuning Guide