Beam Klipper allows you to run Klipper host software (Klippy) on any Android 5.0+ device with OTG support.
Telegram: https://t.me/ytkab0bp_channel
Boosty (Patreon alternative): https://boosty.to/ytkab0bp
K3D Chat for discussion & support (Russian language only): https://t.me/K_3_D
http://IP:8888/
Yes! You definitely can!
Beam Klipper does not do anything to your Android system, it runs in user-space as a regular Android app
It's displayed on main page when any of the instances are running.
Web server URL is: http://IP:8888/
Camera URL's are:
http://IP:8889/
http://IP:8889/snapshot
Recommended camera config is mjpeg-stream (Not adaptive mjpeg) for Fluidd and UV4L-MJPEG for Mainsail
Beam Klipper bundles:
Beam Klipper provides additional extensions to control some built-in features.
Include [beam_camera]
into your printer.cfg
SET_CAMERA_FLASHLIGHT ENABLED=true/false
- Toggles flashlight
SET_CAMERA_FOCUS AUTOFOCUS=true/false FOCUS_DISTANCE=0...?
- Sets camera autofocus state and focus distance if autofocus is disabled. FOCUS_DISTANCE
is expressed in dioptres, it may vary from device to device
Include [include beam_beeper.cfg]
into your printer.cfg
Use M300
macro as defined in docs
You can put the app to autostart by setting needed printers to autostart AND setting app as default launcher.
You must remove lockscreen pincode if your device is encrypted (Enabled by default on most devices)
Some manufacturers may restrict app's performance or background process. You can circumvent this by setting app as default launcher and allowing all the background tasks
Yup. Should be working just fine. But please note that some cheap TV boxes does not support setting Beam Klipper as launcher without disabling system one first, use ADB or root to disable it.
I'm using UGREEN Type-c hub (Not affiliated, but I'm waiting for your request UGREEN :D), but any should be fine if it works with your device and provides charging at the same time
http://IP
git clone --recursive
, do NOT download project as archive)Pull requests are welcome, but I will NOT approve Kotlin source code as I don't use it in my projects