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,10 @@
// Helpers to make debugging OpenScad code easier.
// To use, add the following lines to the beginning of your file:
// ```
// include <BOSL2/constants.scad>
// use <BOSL2/debug.scad>
// include <BOSL2/std.scad>
// include <BOSL2/paths.scad>
// include <BOSL2/beziers.scad>
// include <BOSL2/debug.scad>
// ```
//////////////////////////////////////////////////////////////////////
@@ -36,10 +38,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <transforms.scad>
include <math.scad>
include <paths.scad>
include <beziers.scad>
// Section: Debugging Polyhedrons