fstl

A fast STL file viewer
git clone https://git.sinitax.com/fstl/fstl
Log | Files | Refs | README | sfeed.txt

commit 5cc1fc94522768ffc36a496b015bbecb2f3c2e06
parent 9f1f6083e2198601466b5a34f461b772c96827fa
Author: Nicholas Nadeau <nicholas.nadeau@gmail.com>
Date:   Wed, 22 Apr 2020 07:53:05 -0400

added windows and macos

Diffstat:
MREADME.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,21 @@ the project is under 1K lines of code and should be fairly approachable. ## Setting `fstl` as the Default STL Viewer +### Windows + +1. Right-click an STL file +2. Select `Open With` >>> `Choose another app` +3. Select `More Apps` and `Look for another app on this PC` +4. Enter the path to the `fstl` EXE file + +### MacOS + +1. Ctrl+click an STL file +2. Select `Get Info` +3. Navigate to the `Open with` section +4. Select `fstl` in the dropdown +5. Click `Change All` + ### Linux If `mimeopen` is available on your system, it can be used to set `fstl` as the default viewer for STL files.