Wiki/3D-Drucker/artillery.md

1.2 KiB

title description published date tags editor dateCreated
artillery Ein bisschen Info für die Artillery Drucker 1 2025-08-27T14:28:40.664Z markdown 2025-08-26T21:11:14.673Z

Artillery Drucker

Genius

Handbuch

Fast alle offizielle Links sind tot. Einen alternativen Download gibt es bei manualslib.

Installation

Deine Machine^TM^

git clone https://github.com/Klipper3d/klipper

# handle printer config first to avoid klipper service restarts
# https://www.klipper3d.org/Installation.html#configuring-klipper
cp config/printer-artillery-genius-pro-2022.cfg ~/printer.cfg
SERIAL_ID=$(ls /dev/serial/by-id/)
sed -i 's|serial: /dev/serial/by-id/usb-Klipper_stm32f401xc_|serial: /dev/serial/by-id/$SERIAL_ID|g' ~/printer.cfg

INSTALL_SCRIPT=klipper/scripts/install-octopi.sh
sed -i 's/python2/python3/g' $INSTALL_SCRIPT
sed -i 's/python-dev/python3-dev/g' $INSTALL_SCRIPT
bash $INSTALL_SCRIPT

uv add OctoPrint  # or pip install
uv run octoprint serve
# visit http://0.0.0.0:5000 and do remaining steps
# https://www.klipper3d.org/OctoPrint.html#configuring-octoprint-to-use-klipper