Support Adaptive Bed Mesh #4
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
testers wanted
Needs to be tested by someone in the community
Adaptive bed mesh is a feature that allows the printer to only mesh the print area. If the user doesn't follow the directions and place the test object into the middle of the bed, the bed mesh area and the print area wont align.
in Prusa firmwares
M555
is the command that does this:Which comes from this template:
This might be fixable via edits to the
M555
line in the case of Prusa firmwares.In the klipper community this is also a common add-on to a printers config. There are custom macros and plugins that do this. The coordinates usually gets communicated to the printer via the
START_PRINT
macro as arguments.This is harder to fix.
The text was updated successfully, but these errors were encountered: