This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Releases: Parallel-7/FlashForgeUI
Releases · Parallel-7/FlashForgeUI
Beta 1.0-.3-1
Beta Release with some bug fixes and additional settings
Release 1.0.3
Changes
- Reverts a change to the preview stream that caused weird behavior
- Fixed a bug where Always On Top wasn't being applied to sub-windows, causing them to be impossible to view/interact with
No changes to the webui, simply place this exe in the folder where the existing one is.
Release 1.0.2
New Settings
- Debug Mode (show/hide the console window when launching)
- Always on top (FlashForgeUI will always appear above other windows)
Changes
- Removed AForge dependency , created and added a simpler solution for mjpeg streams
- WebUI properly supports custom camera URLs (should support any protocol the browser supports)
- Misc fixes and improvements
Custom Camera Hotfix
Added CustomCamera and CustomCameraUrl to config, enabling support for mpeg-stream based cameras until proper integration is completed.
You may use {IpAddress} in place of your printer IP as a placeholder.
Example of new config structure
{
"WebUi": false,
"DiscordSync": false,
"WebhookUrl": "",
"CustomCamera": true,
"CustomCameraUrl": "http://192.168.0.123/stream_url"
}
Example of new config structure (with placeholder)
{
"WebUi": false,
"DiscordSync": false,
"WebhookUrl": "",
"CustomCamera": true,
"CustomCameraUrl": "http://{IpAddress}:8080/?action=stream"
}
Initial Release
Initial Release of FlashForgeUI