Skip to content

Commit

Permalink
update File Extensions guide and rename to Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Mar 28, 2014
1 parent e0b5714 commit 119e755
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
15 changes: 15 additions & 0 deletions Dependencies.md
@@ -0,0 +1,15 @@
# Guide to File Extensions

A list of the file types you may encounter in this project. We have attempted to restrict the software dependencies to free programs as much as possible, with a few exceptions (and we are working on those).

- ```.sch``` [Eagle](http://www.cadsoftusa.com/eagle-pcb-design-software/?language=en) circuit schematic
- ```.brd``` [Eagle](http://www.cadsoftusa.com/eagle-pcb-design-software/?language=en) printed circuit board file
- ```.ods``` Open Document Spreadsheet file (supported by Excel, LibreOffice, etc.)
- ```.stl``` 3D part file that can be used to send parts to a 3D printer or production service
- ```.scad/escad``` [OpenSCAD](http://www.openscad.org)/[extended OpenSCAD](http://www.implicitcad.org) code used to generate 3D part files
- ```.part``` Proprietary [PTC Creo](http://www.ptc.com/product/creo/) CAD file. We try to provide open source equivalents to these files as much as possible, because CAD software can be very expensive.
- ```.md ``` [Markdown](https://help.github.com/articles/markdown-basics) file. Just a text file with standardized syntax for headings and things.
- ```.ino``` [Arduino](http://www.arduino.cc) program
- ```.c/.h/.pde``` C source files for Arduino libraries

**See also:** [Parts List](hardware/Parts List.tsv)
11 changes: 0 additions & 11 deletions File_Extensions.md

This file was deleted.

0 comments on commit 119e755

Please sign in to comment.