BIGTREETECH CB1 on E3EZ calculation of gpio pin numbering

When i started using the BIGTREETECH CB1* on the BIGTREETECH E3EZ* i quickly got into the trouble of mapping all the pin descriptions to gpio numbers. Luckily iā€™m not alone and i found a solution hereĀ  . ...

BIGTREETECH CB1 Time incorrect and drifting

When i started using the BIGTREETECH CB1* i noticed that the system time was almost always wrong. Solution There are different solutions for this but the following one worked the best for me: First remove NTP: 1 sudo apt remove ntp and install the systemd-native timesync service: 1 sudo apt install systemd-timesyncd This should automatically install the service and start it. To make sure, you can check that systemd-timesyncd.service is active (running): ...

Orbiter 1.5 Extruder - Filament sensor

Iā€™m an owner of a Orbiter 1.5 Extruder where there i discovered that an official filament sensor is available. Unfortunately it is a bit more tricky than with the Orbiter 2.0 Extruder. Originally i discovered the filament sensor on thingiverseĀ  and already was about to hit the slicer when i saw in one of the comments that the files are not the latest ones. These actually can be found on the page of the authorĀ  - make sure to pick the latest files (currently version 2.2). ...

Klipper: Force movement of a stepper motor

While setting up a new board on my 3D Printer, i had the requirement to run a move of a stepper without homing first. Initially i added the following directive to the printer.cfg of klipper: 1 2 [force_move] enable_force_move: True but that didnā€™t help until I manually set a kinematic position through the console: 1 SET_KINEMATIC_POSITION X=10 Y=10 Z=10 Which is as per documentationĀ  perfectly correct. Nevertheless I wanted to move without any previous checks or settings. For this I then worked through the documentationĀ  where it actually is described correctly: ...

Klipper 0.11 menuconfig for the Ender 3 v2

Recently i had to recompile for the Creality* Ender 3v2 (not NEO!) a new Klipper firmware based off the KlipperĀ  0.11. ...

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: ...

Unknown Command "M486" in Klipper - Superslicer

On Multi-Object Prints in KlipperĀ  , you might see the message: ...