Skip to content

NixOS configuration and image generator for Raspberry to control 3D-printers

Notifications You must be signed in to change notification settings

pinpox/nixos-3dprint-raspi

Repository files navigation

nixos-3dprint-raspi

This Nix Flake provides the configuration of the Raspberry Pi 4 controlling my Ender 3v2 Neo 3D-printer. The image can be flashed with dd and booted directly or the configuration re-provisioned after the initial flash.

The Raspberry has a USB-webcam connected to it for livestreaming

Build Image

nix build '.#raspi-image'

Flash with (adjust path of your SD-card):

dd bs=4M if=result/sd-image/raspi-image-23.05.20230228.68196a6-aarch64-linux.img of=/dev/sdX status=progress oflag=sync

Reprovision

nixos-rebuild switch --flake '.#nixos-3dprint-raspi' --target-host root@192.168.2.121

About

NixOS configuration and image generator for Raspberry to control 3D-printers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages