2019-06-08 22:10:47 +01:00
|
|
|
//
|
|
|
|
// 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/>.
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
//! UK 13A sockets at the moment.
|
|
|
|
//
|
|
|
|
|
2023-10-29 21:56:08 +00:00
|
|
|
MKLOGIC = ["MKLOGIC", 86, 86, 86, 86, 3.6, 9, 3.6, [-9, -9], 60.3, [0, 0, 0]]; // Screwfix, switched
|
|
|
|
Contactum = ["Contactum", 84, 84, 80, 80, 4.0, 10.5, 3.6, [ 0, 0], 60.3, [0, 0, 0]]; // Old and unswitched
|
|
|
|
PMS9143A = ["PMS9143A", 85.75, 85.75, 85, 85, 1.5, 8.5, 3.0, [ 0, 0], 60.3, [3.3, 7, 5]]; // Screwfix Essential unswitched.
|
2019-06-08 22:10:47 +01:00
|
|
|
|
2023-10-29 21:56:08 +00:00
|
|
|
mains_sockets = [MKLOGIC, Contactum, PMS9143A];
|
2019-06-08 22:10:47 +01:00
|
|
|
|
|
|
|
use <mains_socket.scad>
|