Migrating from Cartographer to Scanner
If you've been using [cartographer] its time to update to [scanner]
Moonraker.conf Changes
Printer.cfg Changes
The [cartographer] section needs to be renamed to [scanner]
The following lines need to be added under [scanner]
calibration_method: scan
will be what youre used to coming from [cartographer]
calibration_method: touch
is the new touch based version and requires a different calibration method, linked at the end of this document.
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