Skip to content

Releases: Sindarius/DWC_GCodeViewer_Plugin

0.7.2: Last render quality setting saved

15 Nov 02:20
Compare
Choose a tag to compare

The last render quality setting is now saved locally. In the event that a load fails or browser crashes the setting will automatically drop to SBC render quality. A few other fixes/tweaks are included.

Async File Loading

14 Nov 22:01
Compare
Choose a tag to compare

The previous version of the plugin would lock up the UI while processing a file. For small gcode this wasn't an issue but for larger files it would cause long delays that would lock up the UI and provide no progress. This version addresses that by displaying the chunks that have been loaded while it is processing the file.

Video of it in action
https://youtu.be/tygm7LXGrJo

UI Updates

14 Nov 16:15
Compare
Choose a tag to compare

Cleaned up the left menu with collapsible panels and other ui improvments

image

image

image

Fixes and final alpha changes for now

13 Nov 20:40
Compare
Choose a tag to compare

There was an issue that was causing the load current job button to not work and was causing the quality settings buttons to not refresh. Got the alpha rendering to a point that I am happy with for now.

There is a camera issue that rears its ugly head now and then where the screen looks blank. Resizing the window and hitting reset view will usually resolve it.

Sometimes after a reload or after downloading the show object selection boxes may disappear. waiting or toggling the checkbox should bring them back.

image

Cleaned up the bounding box visualization a bit

13 Nov 17:10
Compare
Choose a tag to compare

Still working through some transparency issues but the bounding box is significantly better.

image

HTML Structure Changes

13 Nov 16:11
Compare
Choose a tag to compare

Changed the html structure for the plugin to make the canvas better fill available space.

Cancel Objects in 3D

13 Nov 13:40
Compare
Choose a tag to compare

This release adds the ability to cancel objects in the 3d view. For this feature to work your gcode files need to have labels. You can enable this feature in PrusaSlicer here.
image

Cancelled objects are red and active objects are green for now. I will get around to adding some configuration to this later.

image

New functionality and UI Injection

02 Nov 12:42
Compare
Choose a tag to compare

This version is updated to match the latest DWC commit on 11/2/2020 which includes the new user interface injection.

You will need to build the latest version of the DWC 3.2 beta located here
https://github.com/Duet3D/DuetWebControl/tree/v3.2-dev

Once you have that running go to system and upload the zip file included in this release. it should prompt you that you are installing a plugin. Once the plugin is installed go to Machine-Specific and there should be a plugins tab there. Start it and you should be good to go.

image

image

image

Initial Plugin Release

19 Oct 11:46
Compare
Choose a tag to compare

Initial version of DWC plugin.

image

0.0.1

02 Nov 12:14
Compare
Choose a tag to compare
Updated plugin index.js to reflect changes in DWC for ui injection