BIGTREETECH EBB36 flash with Klipper shows File segment @0x08000000 error

While trying to flash the klipper firmware to an Bigtreetech EBB36, i ran into the following error: 1 2 3 4 5 6 23:29:04 : Erasing memory corresponding to segment 0: 23:29:04 : Not flash Memory : No erase done 23:29:04 : File segment @0x08000000 is not 255-bytes aligned. It will be aligned to @0x07FFFFF8 23:29:04 : Download in Progress: 23:29:05 : Error: failed to download Segment[0] 23:29:05 : Error: failed to download the File After fiddeling around a bit i finally stumbled across two solutions....

Klipper: bed_mesh: min/max points too close together

After having implemented KAMP (Klipper Adaptive Meshing)  on my Klipper instance, no print worked anymore as i always got the following message in the Klipper Console: 1 bed_mesh: min/max points too close together The reason is relatively simple - it is a bug  in my currently used slicer, OrcaSlicer  . It appears to be related to having multiple build plates visible in the slicer - hence it might not happen to you immediately as long as you do not use that feature....

Unknown Command "M486" in Klipper - Superslicer

On Multi-Object Prints in Klipper  , you might see the message: 1 Unknown Command "M486" To me that happened when i switched to Superslicer  . Thankfully it is easy to solve: Open Superslicer Open your Print Settings Search for “Label Objects” (should be in “Output Options”) Uncheck the tickbox That solves it ;)