Migrating from Cartographer to Scanner
If you've been using [cartographer] its time to update to [scanner]
Moonraker.conf Changes
[update_manager cartographer]
type: git_repo
path: ~/cartographer-klipper
channel: stable
origin: https://github.com/Cartographer3D/cartographer-klipper.git
is_system_service: False
managed_services: klipper
info_tags:
desc=Cartographer ProbePrinter.cfg Changes
The [cartographer] section needs to be renamed to [scanner]
The following lines need to be added under [scanner]
sensor: cartographer
# this must be set as cartographer unless using IDM etc.
sensor_alt: carto
# alternate name to call commands. CARTO_TOUCH etc Update your [adxl345] or [lis2dw] sections
Add to your existing [bed_mesh] section
Remove the following macro
Scroll down to the SAVE_CONFIG portion of printer.cfg and remove the following
MAKE SURE YOU LEAVE NO BLANK/EMPTY LINES
Empty lines should contain nothing other than #*#
What else?
Run the following script via SSH
Update your firmware to 5.0.0 or higher, using one of the firmware updating guides found here
Restart klipper by entering the following code via SSH
All done!
Last updated