mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 19:21:53 +02:00
Cleaned up dependency includes in non-std libfiles.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user