Troubleshooting
Common Issues
OpenSCAD Not Found
Error: "OpenSCAD executable not found" Solution:
- Install OpenSCAD from openscad.org.
- Go to Settings > General.
- Update OpenSCAD Executable Path to point to your installation (e.g.,
C:\Program Files\OpenSCAD\openscad.exe).
Python Not Found
Error: "Python not found" (when using build123d) Solution:
- Install Python 3.10+.
- Run
pip install build123d. - Go to Settings > General and verify the Python Interpreter Path.
AI Connection Failed
Error: "Failed to connect" or authentication errors. Solution:
- Check API Key: Verify your key in Settings > AI Configuration.
- Ollama: Ensure
ollama serveis running and accessible athttp://127.0.0.1:11434. - Network: Check for firewalls or proxy settings blocking the connection.
Render Failed
Error: 3D preview does not update. Solution:
- Check the Editor for syntax errors.
- Check the Chat Panel for error messages from the backend.
- Try a simple model (e.g.,
cube([10,10,10]);) to verify the backend is working.
Performance
If rendering is slow:
- Reduce
$fn(resolution) in your SCAD code. - Use
render()to cache complex geometry in OpenSCAD. - Simplify geometry where possible.
Support
- Email: hello@torrify.org
- Issues: GitHub Issues
Logs
- Windows:
%APPDATA%\torrify\logs - macOS:
~/Library/Logs/torrify - Linux:
~/.config/torrify/logs