1# Dokuwiki STL Viewer plugin
2
3
4Embed STL render using Viewstl.com excellent library v1.13
5
6## Options
7
8Options are URL encoded a=1&b=2 etc
9
10- manual: Do not render automatically, show a link to trigger it
11- noop: disable rendering (link instead)
12- s: size in pixel (defines height and width in one call)
13- h: height in pixel
14- w: width in pixel
15- color: color of the object
16- bgcolor: background color
17
18
19## Changelog
20
21* **2022-09-07**
22  * update stlviewer to v1.13 (@KaiMartin)
23  * short download link (@Laserlicht)
24* **2022-01-25**
25  * Fix for subfolder path (@Juergen-aus-Zuendorf)
26* **2020-04-25**
27  * Initial release
28