Klipper Configuation
Klipper Configuration for Touch Mode
[mcu scanner]
canbus_uuid: 0ca8d67388c2
#serial: /dev/serial/by-id/usb-cartographer_cartographer_
# adjust to suit your scanner, if using usb change to serial
[scanner]
mcu: scanner
# Offsets are measured from the centre of your coil, to the tip of your nozzle
# on a level axis. It is vital that this is accurate.
x_offset: 0
# adjust for your cartographers offset from nozzle to middle of coil
y_offset: 15
# adjust for your cartographers offset from nozzle to middle of coil
backlash_comp: 0.5
# Backlash compensation distance for removing Z backlash before measuring
# the sensor response.
sensor: cartographer
# this must be set as cartographer unless using IDM etc.
sensor_alt: carto
# alternate name to call commands. CARTO_TOUCH etc
mesh_runs: 2
# Number of passes to make during mesh scan.
[bed_mesh]
zero_reference_position: 125, 125
# set this to the middle of your bed
speed: 200
# movement speed of toolhead during bed mesh
horizontal_move_z: 5
# height of scanner during bed mesh scan
mesh_min: 35, 6
# start point of bed mesh [X, Y]
mesh_max: 240, 198
# end point of bed mesh [X, Y]
probe_count: 30, 30
algorithm: bicubic
[temperature_sensor Cartographer_MCU]
sensor_type: temperature_mcu
sensor_mcu: scanner
min_temp: 0
max_temp: 105
Last updated