Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Releases: Parallel-7/FlashForgeUI

Beta 1.0-.3-1

15 Mar 16:03

Choose a tag to compare

Beta 1.0-.3-1 Pre-release
Pre-release

Beta Release with some bug fixes and additional settings

Release 1.0.3

07 Feb 19:53

Choose a tag to compare

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

07 Feb 04:48

Choose a tag to compare

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

03 Feb 18:25

Choose a tag to compare

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

01 Feb 19:10
58f807c

Choose a tag to compare

Initial Release of FlashForgeUI