Stampanti 3D

Klipper for Raspberry or Armbian: first boot and install all

Only for Armbian

sudo armbian-config


system -> Freeze (for T95 Allwinner H6: Armbian will update WLAN driver and it will be not compatible with hardware)
Network -> Disable ipv6
Personal -> hostname -> klipper
Timezone -> Rome
Keyboard & Locale
IT UTF 8
it_it

Run armbian-config if not installed:

Install armbian-config

Kiauh for Armbian or Raspberry

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install git -y
sudo apt-get clean
sudo apt-get autoremove
cd ~ && git clone https://github.com/dw-0/kiauh.git
./kiauh/kiauh.sh

install
klipper (python 3.x)
moonraker
prettygcode
mainsail

Crowsnest

https://crowsnest.mainsail.xyz/setup/installation

cd ~
git clone https://github.com/mainsail-crew/crowsnest.git
cd ~/crowsnest
make config
sudo make install

In Moonraker.cfg add

[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
install_script: tools/pkglist.sh

to disabile crowsnest (webcam service)

sudo systemctl stop crowsnest
sudo systemctl disable crowsnest

Kiauh advanced

install G-code Shell Command

Compatibility with old file

mv -v ~/klipper_config/* ~/printer_data/config/
mv -v ~/klipper_logs/* ~/printer_data/logs/
rm -rf ~/klipper_config
rm -rf ~/klipper_logs
sudo ln -s /home/pi/printer_data/config /home/pi/klipper_config
sudo ln -s /home/pi/printer_data/logs /home/pi/klipper_logs
sudo chown -R pi: /home/pi/printer_data

Install dependency (Input shaping graphs)

install numpy with python 3:

Timelapse

cd ~/
git clone https://github.com/mainsail-crew/moonraker-timelapse.git
cd ~/moonraker-timelapse
make install

Mainsail Config

cd ~
git clone https://github.com/mainsail-crew/mainsail-config.git
ln -sf ~/mainsail-config/mainsail.cfg ~/printer_data/config/mainsail.cfg

Either open your moonraker.conf and add

[update_manager mainsail-config]
type: git_repo
primary_branch: master
path: ~/mainsail-config
origin: https://github.com/mainsail-crew/mainsail-config.git
managed_services: klipper

Either open your printer.cfg and add

[include mainsail.cfg]

Klipper Adaptive Meshing Purging

printer.cfg

moonraker.conf

Putty

Klipper Shake&Tune Module

printer.cfg

How to choose USB wifi adapter for Linux

https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapter_Information_for_Linux.md

Klipperscreen

Macros

en_GBEnglish (UK)