Block a user
Interface control buttons are in reverse order and home all only homes x and y, not z
Bridge fails to connect to printer
Fixed in v0.9.1-beta12:
The error message for wrong MQTT credentials (code 20020005) is now human-readable: Wrong MQTT credentials (wrong username, password or device ID).
Make sure `extract_cr…
Connected but nothing works , Printer goes into error state
Fixed in v0.9.1-beta14:
The Windows EXE now includes ffmpeg (via imageio-ffmpeg). No manual ffmpeg installation required.
The root cause was that the camera stream was started on the printer…
Interface control buttons are in reverse order and home all only homes x and y, not z
Fixed in v0.9.1-beta14:
- Z-axis buttons corrected: ▲ now moves up (Z+), ▼ moves down (Z−)
- Home All now uses the correct axis code (5) and homes all three axes XYZ
- New buttons added:…
Bridge fails to connect to printer
add
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
see dockerfile in repo .
Bridge fails to connect to printer
Do you use Windows or Linux? For Windows, ffmpeg.exe must be in the same directory as the bridge. I'm currently working on an update for the Windows version as well. A few bugs have been fixed,…