mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 01:30:11 -07:00
Fix stl2pov link
This commit is contained in:
parent
2942d1395e
commit
e602dd953e
@ -24,5 +24,5 @@ parameters:
|
||||
|
||||
# Path to POV-Ray binary - http://www.povray.org/
|
||||
povray_bin: /usr/bin/povray
|
||||
# Path to stl2pov (version 3.3.0) - https://rsmith.home.xs4all.nl/software/py-stl-stl2pov.html
|
||||
# Path to stl2pov (version 3.3.0) - https://github.com/rsmith-nl/stltools/releases/tag/3.3
|
||||
stl2pov_bin: /usr/bin/stl2pov
|
@ -85,7 +85,7 @@ class StlRendererService
|
||||
*
|
||||
* Generated file is saved to tmp directory specifed in constructor of this class and path to file is returned
|
||||
*
|
||||
* stl2pov (version 3.3.0) - https://rsmith.home.xs4all.nl/software/py-stl-stl2pov.html
|
||||
* stl2pov (version 3.3.0) - https://github.com/rsmith-nl/stltools/releases/tag/3.3
|
||||
*
|
||||
* @param string $file The full path to stl file
|
||||
* @return string Return the full path to the generated pov scene
|
||||
|
Loading…
x
Reference in New Issue
Block a user