Skip to content

Releases: Duet3D/DuetWebControl

Version 3.6.0-rc.1

03 Mar 13:28
Compare
Choose a tag to compare
Version 3.6.0-rc.1 Pre-release
Pre-release

Compatible versions:

  • DuetSoftwareFramework 3.6.0-rc.1
  • RepRapFirmware 3.6.0-rc.1

Changed behaviour:

  • WiFi server binaries are no longer renamed on upload to avoid installation of unsuitable binaries
  • DWC should reload itself automatically when a DSF version change is detected

New features:

  • Added support for webcam streams via WebRTC using ws:// and wss:// prefixes
  • Negative temperatures are now supported in the temperature chart. The minimum is determined from the heater monitor objects (low temp conditions) and from the dropdown items as configured in DWC
  • Sliders can be locked or unlocked in mobile views (#495)
  • Added prompt when deleting files
  • Ask for files to be forcefully overwritten on conflict (#472)
  • When the filament change dialog opens, it is no longer unloaded before a new filament is selected
  • When the filament is being changed, the prompt between unload and load can be deactivated on the Settings -> General -> Behaviour panel
  • Added back wide-band option to IS plugin
  • Enable comment toggling with Ctrl+/
  • Merged tabs for integrated and external plugins into single list
  • Moved connector and syntax highlighting files to separate libraries

Bug fixes:

  • Fixed duplicate code sending when returning from msgbox
  • File timestamps were not correctly transmitted when uploading files in SBC mode
  • Display of customInfo in the object model browser was not working
  • Object model browser documentation was no longer working (v3.6-beta only)
  • Values of plugins[].data were not correctly updated
  • Temperature presets for combined heaters were incorrect
  • Fixed minimum for extrusion factor inputs
  • Fixed "Indent Comments" and "GCode Reference" buttons when editing G-code

Version 3.6.0-beta.4

11 Feb 12:43
Compare
Choose a tag to compare
Version 3.6.0-beta.4 Pre-release
Pre-release

New features:

  • Added support for webcam streams via WebRTC using ws:// and wss:// prefixes
  • Negative temperatures are now supported in the temperature chart. The minimum is determined from the heater monitor objects (low temp conditions) and from the dropdown items as configured in DWC

Version 3.6.0-beta.3

17 Jan 14:14
Compare
Choose a tag to compare
Version 3.6.0-beta.3 Pre-release
Pre-release

New features:

  • Sliders can be locked or unlocked in mobile views (#495)
  • Added prompt when deleting files
  • Ask for files to be forcefully overwritten on conflict (#472)
  • When the filament change dialog opens, it is no longer unloaded before a new filament is selected
  • When the filament is being changed, the prompt between unload and load can be deactivated on the Settings -> General -> Behaviour panel

Changed behaviour:

  • WiFi server binaries are no longer renamed on upload to avoid installation of unsuitable binaries

Bug fixes:

  • Object model browser documentation was no longer working (v3.6-beta only)
  • Values of plugins[].data were not correctly updated
  • Temperature presets for combined heaters were incorrect

Version 3.5.4

26 Nov 18:58
Compare
Choose a tag to compare

Compatible versions:

  • DuetSoftwareFramework 3.5.4
  • RepRapFirmware 3.5.4

Bug fixes:

  • Fixed minimum value for extrusion factor inputs
  • Fixed "Add spindle RPM" functiionality

Version 3.6.0-beta.2

14 Nov 11:08
Compare
Choose a tag to compare
Version 3.6.0-beta.2 Pre-release
Pre-release

New features:

  • Added back wide-band option to IS plugin
  • Enable comment toggling with Ctrl+/

Bug fixes:

  • Fixed minimum for extrusion factor inputs
  • Fixed "Indent Comments" and "GCode Reference" buttons when editing G-code

Version 3.6.0-beta.1

24 Sep 17:57
Compare
Choose a tag to compare
Version 3.6.0-beta.1 Pre-release
Pre-release

New features:

  • Merged tabs for integrated and external plugins into single list
  • Moved connector and syntax highlighting files to separate libraries

Changed behaviour:

  • DWC should reload itself automatically when a DSF version change is detected

Version 3.5.3

19 Sep 12:40
Compare
Choose a tag to compare

Compatible versions:

  • DuetSoftwareFramework 3.5.3
  • RepRapFirmware 3.5.3

New features:

  • Password for protected machines can be saved (thanks @Infraviored)
  • Triggered endstops are displayed in CNC mode as well
  • CAN address of expansion boards is shown in the electronics list

Bug fixes:

  • tools[].retraction wasn't part of the object model

Version 3.5.3-rc.1

28 Aug 19:43
Compare
Choose a tag to compare
Version 3.5.3-rc.1 Pre-release
Pre-release

New features:

  • CAN address of expansion board is displayed in the electronics panel in the settings

Bug fixes:

  • Axes with triggered endstops were not displayed the status panel in CNC mode
  • Improved check for incompatible versions

Version 3.5.2

12 Jun 07:25
Compare
Choose a tag to compare

Compatible versions:

  • DuetSoftwareFramework 3.5.2
  • RepRapFirmware 3.5.2

New features:

  • Various improvements in the syntax highlighting files
  • Made delay between AJAX retries configurable, reduced default delay from 2s to 200ms, and made standalone mode connecto to retry on CONN_RST

Changed behaviour:

  • Modified when G-code reply is queried (only on HTTP status 503) and reworked
  • Try to use inofficial location.reload(true) call (might help with DWC reloads after updates)

Bug fixes:

  • "Show all layers" wasn't visible after the second layer (only after the 30th layer)
  • Fixed version check for prereleases
  • Fixed custom precision of Z coordinates
  • Map handling in the Object Model Browser wasn't working
  • Fixed bad E-STOP animations on msgbox changes
  • Warning or error message about incompatible software versions could show up while updating expansion board firmware

Version 3.5.2-rc.1

31 May 08:04
Compare
Choose a tag to compare
Version 3.5.2-rc.1 Pre-release
Pre-release

Compatible versions:

  • DuetSoftwareFramework 3.5.2-rc.1
  • RepRapFirmware 3.5.2-rc.1

Changed behaviour:

  • Try to use inofficial location.reload(true) call when reloading the UI to avoid cache issues
  • Retry AJAX requests after delay on CONN_RST in standalone mode

New features:

  • Made delay between AJAX retries configurable and reduced default from 2s to 200ms

Bug fixes:

  • Fixed bad E-STOP animations on msgbox changes
  • Map handling in the Object Model Browser was broken
  • Improved G-code syntax highlighting
  • "Show all layers" option was only shown after the 30th layer
  • Fixed custom precision of Z coordinates
  • Fixed version check for prereleases