Giter Site home page Giter Site logo

fritzing-parts-3's Introduction

Fritzing parts

Some Fritzing parts, I've made for my projects. I only use Fritzing as a pictorial layout drawing (not for schematic or PCB) so it only has the breadboard view with the associated connectors

Parts

Metec Braille line 20 cell

Metec Braille line 20 cell

Metec DC-DC converter

Metec DC-DC converter

8pin adapter for Metec Braille line 20 cell

8pin adapter

Import a part

To import a part in Fritzing, go to "Mine" on the right drawer then import and pick the .fzpz file located in each part folder

About creating a Fritzing part

The process is to create the svg with a software like Inkscape and importing it in the "part editor" of Fritzing. The svg should have a group <g id="breadboard"></g> (also a <g id="icon"></g> for the icon) and identify the connector that are mapped in Fritzing by connectorXpin in svg with id="connectorXpin". Note that in Fritzing it shows connector1 in the connector tab of "part editor" but it should be id="connector1pin" inside the svg (note the suffix pin)

In Inkscape, save as Optimized SVG before importing to Fritzing. If svg has text, the font size can't be set with styles attributes but with font-size and not in px, for instance in Metec Braille line 20 cell part, replace font-size:1.76px with font-size:2 before importing.

Part file reference : https://github.com/fritzing/fritzing-app/wiki/2.1-Part-file-format

License

The MIT License (MIT) Copyright (c) 2018 Bertrand Martel

fritzing-parts-3's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.