====== stlviewer Plugin ====== ---- plugin ---- description: Show stl files using Viewstl.com excellent lib author : Damien Degois email : damien-dokuplugin@degois.info type : renderer lastupdate : 2022-09-07 compatible : Greebo, Hogfather, Igor, Jack Jackrum depends : conflicts : similar : tags : stl, rendering, downloadurl: https://github.com/babs/dokuwiki-plugin-stlviewer/zipball/master bugtracker : https://github.com/babs/dokuwiki-plugin-stlviewer/issues sourcerepo : https://github.com/babs/dokuwiki-plugin-stlviewer screenshot_img : ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== {{:a-file.stl?options}} {{:a-file.stl?s=100}} 100x100 render view {{:a-file.stl?noop}} no render, just a download link ===== Syntax ===== {{:a-file.stl?options|title}} Options are url encoded a=1&b=2 etc: * //noop//: disable rendering (link instead) * //s//: size in pixel (defines height and width in one call) * //h//: height in pixel * //w//: width in pixel * //color//: color of the object * //bgcolor//: background color === Change Log === * **2022-09-07** * update Viewstl to v1.13 (KaiMartin) * short download link (Laserlicht) * **2022-01-25** * Fix for subfolder path (Juergen-aus-Zuendorf) * **2020-04-25** * Initial release