Klipper Setup
Quick overview of the steps needed to setup the Cartographer3D Klipper plugin
Installation Klipper plugin
curl -s -L https://raw.githubusercontent.com/Cartographer3D/cartographer3d-plugin/refs/heads/main/scripts/install.sh | bash -s -- --klipper ~/klipper --klippy-env ~/klippy-envDownload the Cartographer Firmware Repository
cd ~
git clone https://github.com/Cartographer3D/cartographer_firmware.gitConfigure Moonraker Update Manager
[update_manager cartographer_plugin]
type: python
channel: stable
virtualenv: ~/klippy-env
project_name: cartographer3d-plugin
is_system_service: False
managed_services: klipper
info_tags: desc=Cartographer Plugin
[update_manager Cartographer Firmware]
type: git_repo
path: ~/cartographer_firmware
is_system_service: False
origin: https://github.com/Cartographer3D/cartographer_firmware.git
primary_branch: main
Configure Klipper
Finding the Serial or UUID
Update your probe
Calibration
Last updated