seveibar/KeyShaftForHotSocket

Generated from JLCPCB part number C400227

Version
1.0.0
License
unset
Stars
0

dist/index.cjs

'use strict';

var jsxRuntime = require('react/jsx-runtime');

const pinLabels = {
    "1": "pin1",
    "2": "pin2",
};
Object.values(pinLabels);
const KeyShaftForHotSocket = (props) => {
    return (jsxRuntime.jsx("chip", { ...props, noSchematicRepresentation: true, schWidth: 0.1, schHeight: 0.1, supplierPartNumbers: {
            jlcpcb: ["C400227"],
        }, footprint: jsxRuntime.jsxs("footprint", { children: [jsxRuntime.jsx("hole", { pcbX: "0.6349999999999909mm", pcbY: "-3.1149987999999666mm", diameter: "4.1999916mm" }), jsxRuntime.jsx("silkscreenpath", { route: [
                        { x: -7.165009800000007, y: 4.685011000000031 },
                        { x: 8.435009799999989, y: 4.685011000000031 },
                    ] }), jsxRuntime.jsx("silkscreenpath", { route: [
                        { x: -7.165009800000007, y: -10.915008600000078 },
                        { x: 8.435009799999989, y: -10.915008600000078 },
                    ] }), jsxRuntime.jsx("silkscreenpath", { route: [
                        { x: -7.165009800000007, y: 4.685011000000031 },
                        { x: -7.165009800000007, y: -10.915008600000078 },
                    ] }), jsxRuntime.jsx("silkscreenpath", { route: [
                        { x: 8.435009799999989, y: 4.685011000000031 },
                        { x: 8.435009799999989, y: -10.915008600000078 },
                    ] })] }), cadModel: {
            objUrl: "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=c00f29e7afb64c29bc388e168980ded2&pn=C400227",
            rotationOffset: { x: 0, y: 0, z: 90 },
            positionOffset: { x: 0, y: 0, z: 0 },
        }, pinLabels: pinLabels, schPinSpacing: 0.75, schPortArrangement: {} }));
};

exports.KeyShaftForHotSocket = KeyShaftForHotSocket;