mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-01-16 21:18:15 +01:00
Fixed typo in comment.
This commit is contained in:
parent
73567eda39
commit
17979d3205
@ -30,7 +30,7 @@ The `NopSCADlib/scripts` directory needs to be added to the executable search pa
|
|||||||
|
|
||||||
Note that on Linux and OSX the full file name including the `.py` will be needed.
|
Note that on Linux and OSX the full file name including the `.py` will be needed.
|
||||||
|
|
||||||
The installation can be tested by opening `NopSCADlib/libtest.scad` in the OpenSCAD GUI. It should render all the objects in the library in about 1 minute.
|
The installation can be tested by opening `NopSCADlib/libtest.scad` in the OpenSCAD GUI. It should render all the objects in the library in about 2 minutes.
|
||||||
|
|
||||||
Running `tests` from the command line will run all the tests in the `tests` directory and build the `readme.md` catalog for GitHub and render it to `readme.html`
|
Running `tests` from the command line will run all the tests in the `tests` directory and build the `readme.md` catalog for GitHub and render it to `readme.html`
|
||||||
for local preview.
|
for local preview.
|
||||||
|
@ -24,7 +24,7 @@ include <../utils/core/core.scad>
|
|||||||
include <../utils/sector.scad>
|
include <../utils/sector.scad>
|
||||||
|
|
||||||
function faston_width(type) = type[1]; //! Width of matching spade
|
function faston_width(type) = type[1]; //! Width of matching spade
|
||||||
function faston_size(type) = type[2]; //! Size of the receptical part
|
function faston_size(type) = type[2]; //! Size of the receptacle part
|
||||||
function faston_d_top(type) = type[3]; //! Radius of the clips
|
function faston_d_top(type) = type[3]; //! Radius of the clips
|
||||||
function faston_d_bot(type) = type[4]; //! Radius of bottom corners
|
function faston_d_bot(type) = type[4]; //! Radius of bottom corners
|
||||||
function faston_t(type) = type[5]; //! Thickness
|
function faston_t(type) = type[5]; //! Thickness
|
||||||
|
Loading…
x
Reference in New Issue
Block a user