mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-08 08:26:29 +02:00
Added missing description for terminals.
This commit is contained in:
@@ -3940,6 +3940,8 @@ Should be reasonably accurate if not close to fully open.
|
|||||||
---
|
---
|
||||||
<a name="Terminals"></a>
|
<a name="Terminals"></a>
|
||||||
## Terminals
|
## Terminals
|
||||||
|
Terminal blocks for power supplies and PCBs.
|
||||||
|
|
||||||
[vitamins/terminal.scad](vitamins/terminal.scad) Implementation.
|
[vitamins/terminal.scad](vitamins/terminal.scad) Implementation.
|
||||||
|
|
||||||
[tests/terminals.scad](tests/terminals.scad) Code for this example.
|
[tests/terminals.scad](tests/terminals.scad) Code for this example.
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
//! Terminal blocks for power supplies and PCBs.
|
||||||
|
|
||||||
include <../core.scad>
|
include <../core.scad>
|
||||||
|
|
||||||
function terminal_block_pitch(type) = type[0]; //! Pitch between screws
|
function terminal_block_pitch(type) = type[0]; //! Pitch between screws
|
||||||
|
Reference in New Issue
Block a user