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

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

Choose a tag to compare

@GhostTypes GhostTypes released this 15 Mar 16:03

Beta Release with some bug fixes and additional settings

Release 1.0.3

Choose a tag to compare

@GhostTypes GhostTypes released this 07 Feb 19:53

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

Choose a tag to compare

@GhostTypes GhostTypes released this 07 Feb 04:48

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

Choose a tag to compare

@GhostTypes GhostTypes released this 03 Feb 18:25

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

Choose a tag to compare

@GhostTypes GhostTypes released this 01 Feb 19:10
58f807c

Initial Release of FlashForgeUI