Skip to content

Instantly share code, notes, and snippets.

@louispires
louispires / readme.md
Created May 8, 2023 15:06 — 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 dynamically changing the bed mesh area based on the size of the parts will be printed. 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.
2019-10-11 07:31:45,450 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting"
2019-10-11 07:31:45,557 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: octopi
2019-10-11 07:31:45,566 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2019-10-11 07:31:45,575 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing"
2019-10-11 07:31:45,694 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'local', 'name': u'headphone_holder_PETG.gcode', 'file': u'/home/pi/.octoprint/uploads/headphone_holder_PETG.gcode', 'owner': 'octopi', 'path': u'headphone_holder_PETG.gcode', 'user': 'octopi', 'size': 24020023L, 'filename': u'headphone_holder_PETG.gcode'}
2019-10-11 07:31:45,931 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:31:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:31:46,301 -