Releases: aligator/gcode-viewer
Releases · aligator/gcode-viewer
v0.7.1
19 Mar 18:01
Compare
Sorry, something went wrong.
No results found
Fix broken typscript types
v0.7.0
16 Mar 18:51
Compare
Sorry, something went wrong.
No results found
v0.6.2
04 Dec 17:11
Compare
Sorry, something went wrong.
No results found
v0.6.0
07 May 17:34
Compare
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
#2 Add 0-timeouts to give the browser a chance to do other things while rendering.
v0.4.1
14 Sep 15:39
Compare
Sorry, something went wrong.
No results found
v0.4.0
25 Aug 08:56
Compare
Sorry, something went wrong.
No results found
#15 Relative Extrusion not supported
v0.3.0
16 Apr 09:19
Compare
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
Split model into some parts and render them separately. This reduces memory consumption a bit while rendering.