Creality K1/Max Klipper Setup
How to setup the cartographer probe on the Creality K1/Max
Hardware Setup
Software Prerequisites
Software Setup
Open a ssh connection to the printer
Download the repo and run the installer:
Find the serial device for the cartographer. Save the file path for later use in cofniguration
Add the include for KAMP to your
printer.cfg
(if it does not already exist)
Inside your
printer.cfg
, remove anything related to PRtouch (ie.[prtouch_v2]
,[prtouch default]
). This includes anything below the save config section. (the section that looks like#*#
)Add the following mcu at the top of
printer.cfg
, but below the[mcu_rpi]
section. Replace the(ID YOU NOTED EARLIER)
with the output from step 2, e.g./dev/serial/by-id/usb-Cartographer_614e_048015001043303856303820-if00
In
printer.cfg
under[stepper_z]
edit the endstop pin to the following:Remove the following:
Replace with the following:
Inside
printer.cfg
remove your[bed_mesh]
section and replace it with the appropriate section for your printer:For the K1:
For the K1 Max:
First Steps and Calibration:
Move your bed plate 2-3 mm away from the nozzle
On the homescreen of your web UIX, press the
CARTO_CALIBRATE
macro and wait for the Z offset wizard to pop up. Follow the Paper Test Method Upon completionSAVE_CONFIG
IMPORTANT SAFETY CHECK
While your motors are disabled, manually move the bed away from the nozzle (at least a fist away) and type into klipperβs console: M119
.
If your Z endstop is βOPENβ you are safe to continue however if it is βTRIGGEREDβ re-do step 2 or begin troubleshooting.
If you have verified that your Z endstop is functioning correctly, please home all. If the nozzle crashes please e-stop the printer and re-try from step 1.
You may now run
CARTO_BED_MESH
to produce your first mesh! Save this one complete, make any tramming adjustments you require to make the bed flat. It is expected you will have up to 1.4mm variance from PRTouch as there is a known issue with their mesh accuracy.Once you have your first bed mesh you will need to change your machine settings in your slicer Start G-Code to the following:
You may now start your first print!
Last updated