Skip to content

Instantly share code, notes, and snippets.

@dnahas
dnahas / readme.md
Last active October 22, 2022 13:55 — forked from ChipCE/readme.md
Klipper bed mesh on print area only macro install guide

Klipper mesh on print area only install guide

What this macro do

  • This macro will dymanic change the bed_mesh area based on the size of the printed part. The fw will only probe on the area that the part will be printed (plus mesh_area_offset value)

Setup guide

  • (1) Add the following macrro to your printer config, this will replace the default BED_MESH_CALIBRATE command.
# Started from https://pastebin.com/TKPgf37r
# used info from https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender3-v2-2020.cfg
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
#############################################################
# Ender 3v2 w/ BigTreeTech OctoPus V1.1 and TMC2209s, Dual Z, BL touch. (no sensorless)
#############################################################