mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
327 stars 82 forks source link

ability to build klipper firmware #23

Closed ciekawy closed 2 years ago

ciekawy commented 2 years ago

I'm super excited to see this project leveraging docker. I'm only staring with klipper and just managed to use klipper image found here to run ./scripts/debian-install.sh - I think it may be worth to support optional pre-built image, or at least to install sudo and systemd required by make process.

mkuf commented 2 years ago

Hi there,

the klipper image intentionally does not ship with any build tools to keep its size low. If you'd like to build the MCU code, you'll have to use the klipper Images tagged with *-mcu.
See https://github.com/mkuf/prind#building-mcu-code for further Info.

Dup of #5

-Markus

ciekawy commented 2 years ago

the building-mcu-code section was exactly what I was missing. That absolutely makes sense. Probably too much information at once and I just overlooked that part.