Skip to content

Releases: aligator/gcode-viewer

v0.6.0

07 May 17:34
v0.6.0
c0d5ba4
Compare
Choose a tag to compare

#22
To get information about the start and end of specific layers, you can use:
renderer.getLayerDefinition(layerIndex)

Or to get all layer definitions at once:
renderer.getLayerDefinitions()
renderer.getLayerDefinitionsNoCopy() (use only if you know what you are doing)

Note: The layer definitions are only available after the first render.

v0.5.0

22 Apr 08:03
v0.5.0
b9018c0
Compare
Choose a tag to compare

#2 Add 0-timeouts to give the browser a chance to do other things while rendering.

v0.4.1

14 Sep 15:39
Compare
Choose a tag to compare

v0.4.0

25 Aug 08:56
v0.4.0
974ec69
Compare
Choose a tag to compare
  • #15 Relative Extrusion not supported

v0.3.0

16 Apr 09:19
v0.3.0
e4e913c
Compare
Choose a tag to compare
  • #7 Fix slow gcode parsing and parseValue bug (@jane-rose)
  • #13 Colorize based on gcode line
  • #10 expose scene

v0.2.1

22 May 13:30
Compare
Choose a tag to compare

Split model into some parts and render them separately. This reduces memory consumption a bit while rendering.