Hello,
I recently took delivery of my Ender 3 V3 (regular). The firmware updated when I set it up. It is showing as Klipper FIRMWARE_NAME:Klipper FIRMWARE_VERSION:09faed31-dirty.
I have tried to set up Adaptive Mesh bed leveling but the BED_MESH_CALIBRATE ADAPTIVE=1 command test the whole bed, not just the area about to be printed.
I have made the required entry to Moonraker.cfg and edited the Klipper printer.cfg file for Bed Mesh config.
In printer.cfg
[exclude_object]
In moonraker.cfg
[file_manager]
enable_object_processing: True
Change the G29 macro to call BED_MESH_CALIBRATE ADAPTIVE=1
I have also enabled the object labeling in PrusaSlicer. When I start the print the log shows the following:
21:30:35
// {“code”:"key61, “msg”:“Unknown command:DEFINE_OBJECT”, “values”: [“DEFINE_OBJECT”]}
21:30:35
// {“code”:"key61, “msg”:“Unknown command:DEFINE_OBJECT”, “values”: [“DEFINE_OBJECT”]}
21:30:35
// {“code”:"key61, “msg”:“Unknown command:START_CURRENT_OBJECT”, “values”: [“START_CURRENT_OBJECT”]}
21:30:35
// {“code”:"key61, “msg”:“Unknown command:END_CURRENT_OBJECT”, “values”: [“END_CURRENT_OBJECT”]}
21:30:35
// {“code”:"key61, “msg”:“Unknown command:START_CURRENT_OBJECT”, “values”: [“START_CURRENT_OBJECT”]}
21:30:35
// {“code”:"key61, “msg”:“Unknown command:END_CURRENT_OBJECT”, “values”: [“END_CURRENT_OBJECT”]}
This seems to suggest the Object Labeling/Naming is working correctly but not being understood by Klipper. I can’t find the actual version number of Klipper except for “09faed31-dirty”. How do I update Klipper on the Ender 3 V3 (regular)?
Has anyone managed t get KAMP or the native Klipper Adaptive Mesh working?
Thanks