mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Removed BOSL2/ from includes.
This commit is contained in:
parent
2937055c08
commit
5769ef1036
5 changed files with 8 additions and 8 deletions
|
@ -9,8 +9,8 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
include <BOSL2/rounding.scad>
|
||||
include <BOSL2/skin.scad>
|
||||
include <rounding.scad>
|
||||
include <skin.scad>
|
||||
|
||||
|
||||
// Section: Half Joiners
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
include <BOSL2/metric_screws.scad>
|
||||
include <metric_screws.scad>
|
||||
|
||||
|
||||
// Section: Functions
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
include <BOSL2/threading.scad>
|
||||
include <BOSL2/phillips_drive.scad>
|
||||
include <BOSL2/torx_drive.scad>
|
||||
include <threading.scad>
|
||||
include <phillips_drive.scad>
|
||||
include <torx_drive.scad>
|
||||
|
||||
|
||||
// Section: Functions
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
include <BOSL2/triangulation.scad>
|
||||
include <triangulation.scad>
|
||||
|
||||
|
||||
// Section: Functions
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,238];
|
||||
BOSL_VERSION = [2,0,239];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue