You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**layout**: Use a custom layout for the scad files
25
27
- This is an escape hatch to make and use your own STL viewer layout. _(needs docs)_
26
-
-**collectionPage**: Set `false` to disable the generation of a listing page with links from the `scad` tagged files _(uses Collections API)_
27
-
-**verbose**: Set `true` to view the compilation output from OpenSCAD
28
+
-**collectionPage**_(default: true)_: Set `false` to disable the generation of a listing page with links from the `scad` tagged files _(uses Collections API)_
29
+
-**verbose**_(default: false)_: Set `true` to view the compilation output from OpenSCAD
28
30
- If your model uses `echo()` this is how to see the output
29
-
-**silent**: Set `true` to disable all logging from the plugin
30
-
-**noSTL**: Set `true` to skip generating STLs
31
+
-**silent**_(default: false)_: Set `true` to disable all logging from the plugin
32
+
-**noSTL**_(default: false)_: Set `true` to skip generating STLs
31
33
- Useful when models do not change frequently. Generate once, then disable STLs.
32
-
-**checkLaunchPath**: Set `false` to disable the validity check of `launchPath`
33
-
- Disable checking if the given `launchPath` exists _(added for testing)_
34
+
-**resolveLaunchPath**_(default: true)_: Set `false` to disable internally resolving `launchPath`
35
+
- This was added to disable trying to verify if the passed `launchPath` exists and/or is callable.
36
+
- Whatever is set to `launchPath` will be passed to `spawn(launchPath, ["--o", STL_OUT_FILE, SCAD_INPUT]);`
0 commit comments