diff options
author | sigurdb <sigurdb@redpill-linpro.com> | 2019-08-15 18:57:32 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-29 13:18:10 +0100 |
commit | 5291bad4a87c76f9856b7a1bafc7f48e8bf8e19c (patch) | |
tree | 583dca3cc86b803f15b14e0fd0f17ac216f543a5 /doc | |
parent | 9a837720c28825603c88362a1ce7434a8ea9b4b2 (diff) | |
download | ranger-5291bad4a87c76f9856b7a1bafc7f48e8bf8e19c.tar.gz |
add support for 3D files including STL and DXF
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 911b6480..33b16b92 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1974,6 +1974,17 @@ I<highlight> will pick up command line options specified in this variable. A C<--style=> option specified here will override C<HIGHLIGHT_STYLE>. Similarly, C<--replace-tabs=> will override C<HIGHLIGHT_TABWIDTH>. +=item OPENSCAD_COLORSCHEME + +Specifies the colorscheme used by I<openscad> while previewing 3D models. Read +I<openscad> man page for colorschemes. Ranger will default to Tomorrow Night. + +=item OPENSCAD_IMGSIZE + +Specifies the internal resolution I<openscad> will use for rendering 3D models. +The image will be downscaled to fit the preview pane. This resolution will +default to "1000,1000" if no value is set. + =item XDG_CONFIG_HOME Specifies the directory for configuration files. Defaults to F<$HOME/.config>. |