render-stl-pngRender an STL file to a PNG image with a solid color using a deterministic software renderer and adjustable 3D perspective parameters.
Install via ClawdBot CLI:
clawdbot install ajmwagar/render-stl-pngRender an STL to a PNG from a nice, consistent 3D angle ("Blender-ish" default perspective) with a solid color.
This is a deterministic software renderer:
--size : image width/height (square), default 1024--bg "#rrggbb": background color, default #0b0f14--color "#rrggbb": mesh base color, default #4cc9f0--azim-deg : camera azimuth around Z, default -35--elev-deg : camera elevation, default 25--fov-deg : perspective field of view, default 35--margin <0..0.4>: framing margin as fraction of view, default 0.08--light-dir "x,y,z": directional light vector, default -0.4,-0.3,1.0python3 scripts/render_stl_png.py \
--stl /path/to/model.stl \
--out /tmp/model.png \
--color "#ffb703" \
--bg "#0b0f14" \
--size 1200
The wrapper creates a cached venv (so pillow is available) and runs the renderer.
bash scripts/render_stl_png.sh /path/to/model.stl /tmp/model.png --color "#ffb703"
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot