Difference between revisions of "Cnc-howto"
From Electrolab
(→Plans de CNC) |
|||
Line 18: | Line 18: | ||
*Export | *Export | ||
− | **[http://www.cambam.info CAMBAM] | + | **[http://pycam.sourceforge.net PyCAM], logiciel libre, disponible sous GNU/Linux, Windows et Mac OS X. |
+ | **[http://www.cambam.info CAMBAM], logiciel propriétaire, transformation de fichiers CAD en Gcode, sous Windows. | ||
**[https://github.com/ahmetcemturan/SFACT SFACT] : compilation STL. | **[https://github.com/ahmetcemturan/SFACT SFACT] : compilation STL. | ||
+ | |||
*Pilotage | *Pilotage | ||
− | **[http://www.machsupport.com MACH3] : logiciel pilotant la CNC, standard sous Windows. | + | ***[http://www.machsupport.com MACH3] : logiciel pilotant la CNC, standard sous Windows. |
**[http://www.linuxcnc.org Linux CNC] : logiciel pilotant la CNC, standard libre, sous GNU/Linux. | **[http://www.linuxcnc.org Linux CNC] : logiciel pilotant la CNC, standard libre, sous GNU/Linux. | ||
**[https://github.com/kliment/Printrun PrintRun] : pilotage de Reprap. | **[https://github.com/kliment/Printrun PrintRun] : pilotage de Reprap. | ||
**[https://github.com/kliment/Sprinter Sprinter] : Firmware Reprap. | **[https://github.com/kliment/Sprinter Sprinter] : Firmware Reprap. |
Revision as of 23:36, 28 March 2013
Cette page regroupe différentes ressources, en vrac.
Plans de CNC
- Plans payants
- Plans gratuits
- Shapeoko, un petite CNC trois axes à portique.
Plans de Plasma cutter
Logiciels de contrôle
Les logiciels de CAO ne peuvent pas contrôler directement une CNC ou une imprimante 3D. Il faut au préalable exporter les fichiers vers du Gcode.
- Export