Releases: Sindarius/DWC_GCodeViewer_Plugin
0.7.2: Last render quality setting saved
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
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
Fixes and final alpha changes for now
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.
Cleaned up the bounding box visualization a bit
HTML Structure Changes
Changed the html structure for the plugin to make the canvas better fill available space.
Cancel Objects in 3D
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.
Cancelled objects are red and active objects are green for now. I will get around to adding some configuration to this later.
New functionality and UI Injection
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.