1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-08 00:16:29 +02:00

Added missing description for terminals.

This commit is contained in:
Chris Palmer
2022-01-29 09:34:17 +00:00
parent ac58524b85
commit d82db46ea1
2 changed files with 4 additions and 0 deletions

View File

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

View File

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