Zum Inhalt springen

CNC: Unterschied zwischen den Versionen

Reox (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Reox (Diskussion | Beiträge)
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:
We try to create a list of Free and OpenSource CAD/CAM Software here
We try to create a list of Free and OpenSource CAD/CAM Software here


==== CAD ====
{| class="wikitable sortable"
* [http://librecad.org/ LibreCAD] OpenSource 2D CAD
|-
* [http://www.qcad.org/ QCAD] very like LibreCAD (or LibreCAD is alike QCAD)
! Tool !! Dimensionen !! CAD !! CAM !! Description
* [http://solvespace.com/ SolveSpace] OpenSource Parametric 3D CAD (Works only under Windows, but Experimental Build for Linux and OS X are available)
|-
* [http://www.openscad.org/ OpenSCAD] I think you know it already :)
| [http://librecad.org/ LibreCAD] || 2D || {{yes}}  || {{no}} ||  OpenSource 2D CAD
* [https://inkscape.org Inkscape] For some easy sketches, you can also work with this software (but Inkscape is not a full-blown CAD tool!)
|-
* [http://www.freecadweb.org/ FreeCAD] OpenSource 3D CAD - Lot of Features, but still in Development
| [http://www.qcad.org/ QCAD] || 2D || {{yes}} || {{no}} || very like LibreCAD (or LibreCAD is alike QCAD)
|-
| [http://solvespace.com/ SolveSpace] || 2D, 3D || {{yes}} || gcode export for 2D || OpenSource Parametric 3D CAD
|-
| [http://www.openscad.org/ OpenSCAD] || 2D, 3D || {{yes}} || {{no}} || OpenSource Parametric CSG CAD
|-
| [https://inkscape.org Inkscape] || 2D || {{yes}} || {{no}} || not a full blown CAD tool but good enough for easy tasks.
|-
| [http://www.freecadweb.org/ FreeCAD] || 2D, 3D || {{yes}} || {{yes}} || Under development, full blown 3D CAD. Use Daily Version (newest features, which are required to work; but many bugs...)
|-
| [http://www.autodesk.com/products/fusion-360/overview Autodesk Fusion 360] || 2D, 3D || {{yes}} || {{yes}} || Free to use (It saves all your work on Autodesk servers!) CAD/CAM for hobby usage
|-
| [http://www.gcad3d.org/ gCad3D] || 2D, 3D || {{yes}} || {{yes}} || OpenSource 3D CAD Tool
|-
| [https://github.com/UnfinishedBusiness/ProfileCAD ProfileCAD] || 2D || {{yes}} || {{no}} (not yet) || 2D CAD+CAM Tool, under development
|-
| [https://github.com/Heeks/heekscad HeeksCAD] || 2D, 3D || {{yes}} || {{yes}} via [https://github.com/Heeks/heekscnc HeeksCNC] || OpenSource CAD+CAM
|}
 


==== CAM ====
==== CAM ====
Zeile 29: Zeile 47:
* http://code.google.com/p/sketchup-svg-outline-plugin/ --> super SVG-Export-Plugin für Googles Sketchup - Macht aus Oberflächen Einzel-Teile ( Benutzung: http://www.instructables.com/id/SketchUp-Inkscape-and-Ponoko-Laser-Cutting/ )
* http://code.google.com/p/sketchup-svg-outline-plugin/ --> super SVG-Export-Plugin für Googles Sketchup - Macht aus Oberflächen Einzel-Teile ( Benutzung: http://www.instructables.com/id/SketchUp-Inkscape-and-Ponoko-Laser-Cutting/ )
* http://www.public-art-international.com/catalog/product_info.php/products_id/200 --> Slice-Modeller-Plugin für Googles Sketchup - Macht aus 3D-Objekten Schnitt-Flächen zum Ineinander-Stecken
* http://www.public-art-international.com/catalog/product_info.php/products_id/200 --> Slice-Modeller-Plugin für Googles Sketchup - Macht aus 3D-Objekten Schnitt-Flächen zum Ineinander-Stecken
* http://code.google.com/p/heekscnc/ --> CNC machining add-in for HeeksCAD
* http://www.cncsimple.com/freecncsoftware.php --> CNC Code Maker
* http://www.cncsimple.com/freecncsoftware.php --> CNC Code Maker
* http://simple2dcadcam.sourceforge.net/index.html --> A Simple 2D CAD/CAM application (currently Windows-only) for your Sherline CNC mill (or similar).
* http://simple2dcadcam.sourceforge.net/index.html --> A Simple 2D CAD/CAM application (currently Windows-only) for your Sherline CNC mill (or similar).
* http://www.ncplot.com/freetools.htm --> NCPlot v1.3 ... NC code Simulator
* http://www.ncplot.com/freetools.htm --> NCPlot v1.3 ... NC code Simulator
* http://www.partkart.com/static/partkam --> PartKAM is an open source CAM production package, it takes 2d CAD files and outputs G-code for use with CNC fabrication devices. PartKAM is free software licensed under the LGPL v3, and is free for commercial or non-commercial use.
* http://www.partkart.com/static/partkam --> PartKAM is an open source CAM production package, it takes 2d CAD files and outputs G-code for use with CNC fabrication devices. PartKAM is free software licensed under the LGPL v3, and is free for commercial or non-commercial use.
* http://makercam.com Fork of PartKAM (also Flash)
* http://www.scorchworks.com/Fengrave/fengrave.html F-Engrave is a tool for generating gcode from vector files or Text. Ideal for engraving things
* http://www.scorchworks.com/Fengrave/fengrave.html F-Engrave is a tool for generating gcode from vector files or Text. Ideal for engraving things
* http://www.estlcam.com/ Simple an Cheap. Can be used for easy problems (2D, 2.5D, 3D)
* http://www.estlcam.com/ Simple an Cheap. Can be used for easy problems (2D, 2.5D, 3D)
* https://github.com/bubbapizza/GCAM


==== CAD+CAM ====
==== Simulator ====
* [http://www.autodesk.com/products/fusion-360/overview Autodesk Fusion 360] Free CAD/CAM Solution. Beware: Can only save to a cloud storage controlled by Autodesk! They have your data, so it is not really "free".
* http://camotics.org/
* LinuxCNC Userspace


==== GCode Generators ====
==== GCode Generators ====
Zeile 152: Zeile 172:
===Links===
===Links===


- ....
* http://www.schrittmotor-blog.de/betrachtungen-zur-leistung-von-schrittmotoren/ Infos zur Leistung von Schrittmotoren
* https://av.tib.eu/search?q=zerspanen&loc=de&f=subject%3Bhttp://av.tib.eu/resource/subject/Engineering&o=0 Super-Slowmo + Mikroskop Videos beim Zerspanen
* ...


=== Verwandte Seiten ===
=== Verwandte Seiten ===