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

Added test for terminals to get documentation.

Updated images and readme.
Note BigTreeTech Relay Module v1.2 PCB added.
This commit is contained in:
Chris Palmer
2022-01-25 16:18:36 +00:00
parent df3da13d6b
commit 127aab2e7a
6 changed files with 79 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 164 KiB

BIN
tests/png/terminals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

28
tests/terminals.scad Normal file
View File

@@ -0,0 +1,28 @@
//
// NopSCADlib Copyright Chris Palmer 2018
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
// This file is part of NopSCADlib.
//
// NopSCADlib is free software: you can redistribute it and/or modify it under the terms of the
// GNU General Public License as published by the Free Software Foundation, either version 3 of
// the License, or (at your option) any later version.
//
// NopSCADlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along with NopSCADlib.
// If not, see <https://www.gnu.org/licenses/>.
//
include <../utils/core/core.scad>
use<../vitamins/terminal.scad>
mw_terminals = [9.525, 1.5, 15, 17.8, 7, 15];
module terminals()
terminal_block(mw_terminals, 10);
terminals();