Thank you very much for this guide, my printer is so silent and so smooth now!
Here is a couple of notes I took that might help improve the guide:
- ERROR mcu ‘mcu’:
printer.cfg
→ line 86serial: some_wrong_port
→ use the output ofls /dev/serial/by-id/*
(solution) - When printing → cant open file → in
printer.cfg
→ line 122 → changepath
to~/printer_data/gcodes
- Option
max_accel_to_decel
in sectionprinter
is ==deprecated== and will be removed in a future release. → Configuration Changes - Klipper documentation → just remove it (it will use default values forminimum_cruise_ratio
) - Change your slicer settings
gcode flavour
to Klipper - Make sure to calibrate your probe Z axis → klipper console → input
PROBE_CALIBRATE
and adjust height until a paper passes with a little friction between the nozzle and the bed*
*If when calibrating the probe you go to negative values, it will throw an error, just increase a lot the probe z value in printer.cfg
and run the calibration again, klipper will update the value with the correct one