1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-21 22:55:26 +02:00

SHOW_THREADS renamed NOPSCADLIB_SHOW_THREADS for #61

This commit is contained in:
Chris Palmer
2020-03-01 19:10:40 +00:00
parent e32ef88c90
commit c815c1592d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
//!
//! Making the ends requires a CGAL intersection, which make threads relatively slow. For this reason they are generally disabled when using the GUI but can
//! be enabled by setting ```$show_threads``` to ```true```. When the tests are run, by default, threads are enabled only for things that feature them like screws.
//! This behaviour can be changed by setting a ```SHOW_THREADS``` environment variable to ```false``` to disable all threads and ```true``` to enable all threads.
//! This behaviour can be changed by setting a ```NOPSCADLIB_SHOW_THREADS``` environment variable to ```false``` to disable all threads and ```true``` to enable all threads.
//! The same variable also affects the generation of assembly diagrams.
//!
//! Threads obey the $fn, $fa, $fs variables.