GithubHelp home page GithubHelp logo

krinate / bbctrl-pcb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buildbotics/bbctrl-pcb

0.0 2.0 0.0 12.77 MB

Buildbotics CNC, 3D printer, and other machine controller

License: GNU General Public License v2.0

Makefile 2.80% Shell 0.91% GLSL 92.03% Scheme 0.68% AGS Script 2.56% Gnuplot 1.02%

bbctrl-pcb's Introduction

Buildbotics Machine Controller Schematics & PCB Layout

The top-level schematic is in the file buildbotics_controller.sch. To view and edit the schematics run:

make schematics

You must have make and the GEDA tools install. Other make commands are:

  • pcb - Open the PCB editor.
  • bom - Create Bill of Materials as buildbotics_controller.bom.
  • net - Generate the netlist as buildbotics_controller.net.
  • drc - Run the Design Rule Checker.
  • layout - Initialize the PCB layout.
  • attrib - Edit schematic part attributes.
  • zip - Create a zip file from the Gerber and drill files.
  • tidy - Remove all backup files.
  • clean - Remove all autogenerated files.

Configuration notes

Copy the system gnetlistrc file:

mkdir -p ~/.gEDA
cp /etc/gEDA/system-gnetlistrc ~/.gEDA/gnetlistrc

Edit ~/.gEDA/gnetlistrc and comment out (insert semicolon) the line that reads:

(hierarchy-netattrib-mangle "enabled")

and uncomment the line that reads:

;(hierarchy-netattrib-mangle "disabled")

The resulting lines should look like this:

;(hierarchy-netattrib-mangle "enabled")
(hierarchy-netattrib-mangle "disabled")

This allows power and ground rails to be routed between schematics without mangling the names. Note, that as a consequence of this setting you cannot use net attributes in any schematic modules that are used more than once with out having them all connected together.

Set the library path in PCB to point to the local footprints folder. Use File->Preferences->Library in PCB to do this.

bbctrl-pcb's People

Contributors

dougcoffland avatar jcoffland avatar

Watchers

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