Cleaned up dependency includes in non-std libfiles.

This commit is contained in:
Revar Desmera 2019-05-03 12:19:51 -07:00
parent 958954c34e
commit 69d882b4d5
7 changed files with 15 additions and 11 deletions

View file

@ -4,7 +4,6 @@
// To use, add the following lines to the beginning of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/paths.scad>
// include <BOSL2/beziers.scad>
// ```
//////////////////////////////////////////////////////////////////////
@ -38,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/paths.scad>
// Section: Terminology
// **Polyline**: A series of points joined by straight line segements.

View file

@ -4,7 +4,6 @@
// To use, add these lines to the top of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/metric_screws.scad>
// include <BOSL2/linear_bearings.scad>
// ```
//////////////////////////////////////////////////////////////////////
@ -38,6 +37,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/metric_screws.scad>
// Section: Functions

View file

@ -4,9 +4,6 @@
// To use, include the following lines at the top of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/threading.scad>
// include <BOSL2/phillips_drive.scad>
// include <BOSL2/torx_drive.scad>
// include <BOSL2/metric_screws.scad>
// ```
//////////////////////////////////////////////////////////////////////
@ -40,6 +37,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/threading.scad>
include <BOSL2/phillips_drive.scad>
include <BOSL2/torx_drive.scad>
// Section: Functions

View file

@ -4,9 +4,6 @@
// To use, add the following lines to the beginning of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/quaternions.scad>
// include <BOSL2/triangulation.scad>
// include <BOSL2/paths.scad>
// ```
//////////////////////////////////////////////////////////////////////
@ -39,6 +36,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/triangulation.scad>
// Section: Functions

View file

@ -4,7 +4,6 @@
// To use, add the following line to the beginning of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/quaternions.scad>
// ```
///////////////////////////////////////////

View file

@ -37,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/paths.scad>
// Section: Generic Threading

View file

@ -4,8 +4,6 @@
// To use, include the following line at the top of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/paths.scad>
// include <BOSL2/beziers.scad>
// include <BOSL2/wiring.scad>
// ```
//////////////////////////////////////////////////////////////////////
@ -39,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/beziers.scad>
// Section: Functions