mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 12:31:26 +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 @@
|
||||
// Triangular and Trapezoidal-Threaded Screw Rods and Nuts.
|
||||
// To use, add the following lines to the beginning of your file:
|
||||
// ```
|
||||
// include <BOSL2/constants.scad>
|
||||
// use <BOSL2/threading.scad>
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/threading.scad>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -36,10 +36,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 <constants.scad>
|
||||
use <transforms.scad>
|
||||
use <masks.scad>
|
||||
use <math.scad>
|
||||
|
||||
|
||||
function _trpzd_thread_pt(thread, threads, start, starts, astep, asteps, part, parts) =
|
||||
|
Reference in New Issue
Block a user