Skip to content

Releases: Sindarius/DWC_GCodeViewer_Plugin

0.12.1: edgesRendering Issue

20 Dec 00:19
Compare
Choose a tag to compare
There is an issue when using @babylonjs/core that requires you to individually import the edgesRenderer to do edge rendering.

Change to @babylonjs/core package

18 Dec 19:37
Compare
Choose a tag to compare

Updated project to use @babylonjs/core instead of @BabylonJS to help reduce package / plugin size.

Important note : This plugin is going to be integrated as a default plugin in the DWC starting in 3.2-RC1

0.11.1: Fixed line number assignment

07 Dec 13:40
Compare
Choose a tag to compare
Line numbers were not getting properly assigned to G2/G3 commands which was causing problems with real time visualization.

G2/G3

07 Dec 00:58
Compare
Choose a tag to compare

Support for G2/G3. Needs more testing but want to get something out for people to try.

image

image

image

0.10.2: Unbroke tools

01 Dec 22:33
Compare
Choose a tag to compare
Part of my changes for cnc caused tool changes to not get picked up properly.

Camera Inertia Toggle

30 Nov 13:41
Compare
Choose a tag to compare

Camera inertia can be toggled on and off.

image

Work on better CNC gcode support

30 Nov 02:31
Compare
Choose a tag to compare

I am working on improving the performance and processing of CNC gcode. I have a few samples to share at this point and some work in this release. I have additional work to do to get G2/G3 implemented but this should hopefully give a decent preview.

image
image

3D Carve
Roughing
image
Finishing
image

3D Detailed Carve with Solid Rendering (It'll probably never be perfect by the nature of it but it does give a decent preview based on gcode)
image

0.9.7: Color Picker and Tool Color Fix

29 Nov 19:02
Compare
Choose a tag to compare
There was an issue with the last version that broke tool color changes from being picked up. The color label was not being updated when extruder colors were reset

Color control fixes

29 Nov 01:24
Compare
Choose a tag to compare
Build Volume Color and Color Control Fix

Fixed an issue with color control not working as intended and now use the line color on the bed for the build volume.

Fix for gcode processing issue

27 Nov 17:47
Compare
Choose a tag to compare

#2 - This issue is resolved in this build. There was a problem where commands like G90 and G91 were not getting processed properly in my line parser. This cropped up because a sample gcode had a compound line G90 G0 command which would let the g91 fire and it would kick off to relative mode. When rerendring the file it would not read a G90 at the start of the file so it would re-render the whole file in relative mode.

Thanks to DaBit for finding this issue and providing sample gcode.