mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 11:09:54 +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,8 @@
|
||||
// Snap-together joiners.
|
||||
// To use, add the following lines to the beginning of your file:
|
||||
// ```
|
||||
// include <BOSL2/constants.scad>
|
||||
// use <BOSL2/joiners.scad>
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/joiners.scad>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -37,11 +37,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
|
||||
use <transforms.scad>
|
||||
use <shapes.scad>
|
||||
include <compat.scad>
|
||||
include <constants.scad>
|
||||
|
||||
|
||||
// Section: Half Joiners
|
||||
|
||||
|
Reference in New Issue
Block a user