Removed all uses and incudes. Document all includes needed for each file. Added std.scad include.

This commit is contained in:
Revar Desmera
2019-04-19 00:25:10 -07:00
parent a46ea27fca
commit 1d6aefc867
23 changed files with 62 additions and 133 deletions

View File

@@ -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