mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 23:39:36 +00:00
Cleaned up dependency includes in non-std libfiles.
This commit is contained in:
parent
958954c34e
commit
69d882b4d5
7 changed files with 15 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
// To use, add the following line to the beginning of your file:
|
||||
// ```
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/quaternions.scad>
|
||||
// ```
|
||||
///////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -37,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
*/
|
||||
|
||||
|
||||
include <BOSL2/paths.scad>
|
||||
|
||||
|
||||
// Section: Generic Threading
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue