Portal:Software: Difference between revisions
m adding upverter |
OS CNC toolchain by Mário Saleiro |
||
Line 29: | Line 29: | ||
*[[Gimp]] - image drawing and manipulation | *[[Gimp]] - image drawing and manipulation | ||
*[[Inkscape]] - vector drawing and manipulation | *[[Inkscape]] - vector drawing and manipulation | ||
CNC Tool Chain: | |||
see http://www.thebitbangtheory.com/2012/01/cnc-software-toolchain-linux/ by [http://en.gravatar.com/masaleiro Mário Saleiro] who suggests | |||
* http://heeks.net/ or http://www.freecadweb.org/ for CAD | |||
* http://heeks.net/ plugin HeeksCNC or (PCB only) http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page for CAM | |||
* http://www.linuxcnc.org/ for machine control | |||
Electronics: | Electronics: |
Revision as of 08:18, 13 October 2013
The Software Portal |
Software is the collection of programs and related data that instruct a computer. Generally, the software used in fab labs are design software - drawing or computation programs - and differ by lab. While professional or commercial software can be used with the machines, open source software and cross platform is the most shareable resource. |
STARTER SETUP If you're just starting out or outfitting a new computer, the preferred minimum setup is based on all freely available cross-platform software. This means the greatest likelihood of direct design sharing and the largest population of people able to help out where there's a problem. |
Design:
CNC Tool Chain: see http://www.thebitbangtheory.com/2012/01/cnc-software-toolchain-linux/ by Mário Saleiro who suggests
Electronics: Programming
Fab Labs Collaboration
|
KEEPING YOUR LAB UP TO DATE |
Software is continually updated. Ubuntu's package manager will (usually) help you keep the operating system and installed programs up to date. You will also want to keep the operating system upgraded. A good lab-wide maintenance schedule is,
sudo apt-get update sudo apt-get clean
sudo apt-get update sudo apt-get autoremove sudo apt-get upgrade sudo apt-get update
vacuum the fan / cooling vents of all computers and monitors |
EXTENDED CAPABILITIES |
|