mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-03 11:02:51 +02:00
Removed all uses and incudes. Document all includes needed for each file. Added std.scad include.
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
// Screws, Bolts, and Nuts.
|
||||
// To use, include the following lines at the top of your file:
|
||||
// ```
|
||||
// include <BOSL2/constants.scad>
|
||||
// use <BOSL2/metric_screws.scad>
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/threading.scad>
|
||||
// include <BOSL2/phillips_drive.scad>
|
||||
// include <BOSL2/torx_drive.scad>
|
||||
// include <BOSL2/metric_screws.scad>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -37,14 +40,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
|
||||
include <constants.scad>
|
||||
use <transforms.scad>
|
||||
use <shapes.scad>
|
||||
use <threading.scad>
|
||||
use <phillips_drive.scad>
|
||||
use <torx_drive.scad>
|
||||
use <math.scad>
|
||||
|
||||
|
||||
// Section: Functions
|
||||
|
||||
|
Reference in New Issue
Block a user