Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: meeloo/DuetWebControl

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.0.4

Toggle 2.0.4's commit message
Merge remote-tracking branch 'origin/dev'

2.0.3

Toggle 2.0.3's commit message
Merge remote-tracking branch 'origin/dev'

2.0.2

Toggle 2.0.2's commit message
Merge remote-tracking branch 'origin/dev'

2.0.1

Toggle 2.0.1's commit message
Merge remote-tracking branch 'origin/dev'

2.0.0

Toggle 2.0.0's commit message
Merge remote-tracking branch 'origin/next'

2.0.0-RC7

Toggle 2.0.0-RC7's commit message
Version 2.0.0-RC7

Changed default extrusion+feedrate to sensible values
Added German translations
Movement and extrusion buttons send stack commands
Implemented ping/pong mechanism for Duet 3 WebSockets
Expanded object model for latest DCS version
Bug fix: G-code responses from Duet 3 in JSON format were not shown
Bug fix: Successive message box requests were not shown
Bug fix: Non-ASCII characters were not supported in Duet 3 filenames
Minor other changes

2.0.0-RC6

Toggle 2.0.0-RC6's commit message
Version 2.0.0-RC6

Updated components (also fixes a bug that caused all inputs to stop working once the heightmap was activated)
Changed click behaviour of file list items to be activated on a single click again
Added touch events to event+file lists to show the context menu on devices that do not support the native JS contextmenu event
Print information is no longer cleared when a print finishes
Simplified file list reset when the connection is interrupted
Print+Simulate options are hidden when a job file is being processed
Escape closes the text editor again
Height map is automatically reloaded once 'heightmap.csv' shows up in a G-code response
Minor other changes
Bug fix: Notification when editing a large file was not displayed during download
Bug fix: Macro list did not return to the root directory when the connection was interrupted
Bug fix: Warm-up time was not displayed
Bug fix: Selected tool was no longer highlighted when the light theme was selected
Bug fix: Drag&Drop was completely broken in Chrome-based browsers and the drag animation was no longer working

2.0.0-RC5

Toggle 2.0.0-RC5's commit message
Version 2.0.0-RC5

Finished i18n support
Restructured Settings pages
Added the Diagnostics button again to the Settings page
Improved upload button appearance and file selection when opening the context menu
Excluded JSON files from uploads to /www again
Removed HTML links from file lists
Updated Vuetify framework
Make Vue globally accessible via window
Bug fix: Compensation button wraps correctly on mobile devices
Bug fix: Move buttons became unresponsive after the first click when performing manual height compensation
Bug fix: Temperature inputs were not properly initialized in some cases
Bug fix: Uploads of very big files could cause a crash in Chromium
Bug fix: When printing a file, a missing firstLayerHeight property could cause an unwanted disconnect
Bug fix: When restarting a machine, the job path would not be reset to the default path
Bug fix: When navigating into empty macro directories, the 'Go up' option was hidden
Bug fix: Sometimes the layer chart stayed empty
Bug fix: The tool fan could not be hidden
Bug fix: config.g could not be created if it did not exist before and fixed possible related race condition

2.0.0-RC4

Toggle 2.0.0-RC4's commit message
Version 2.0.0-RC4

Updated components to latest versions
Changed object model to be compatible with a wide range of null values (required for Duet 3)
Changed file info description in the object model 'job' namespace to FileInfo class
Bed+Chamber standby temperatures are now displayed (if available)
Added tab support to the text editor (Shift+Tab is still reserved for keyboard navigation)
Clicking on a code notification navigates no longer to the Console page
Minor other changes
Bug fix: Responses of input buttons were not displayed
Bug fix: Temperature chart did not update its maximum temperature
Bug fix: Charts could cause permanent whitespace to show up
Bug fix: Changed date format of the temperature chart from 12-hour to 24-hour format
Bug fix: File lists didn't refresh when moving files to upper directories
Bug fix: Under certain circumstances files with null values were incorrectly sorted
Bug fix: 'Refresh Heightmap' button was not working
Bug fix: Correct board type was not detected in some cases
Bug fix: Unloading the filament of an unselected tool did not send a T-code before M702