Earlier quoted context omitted.
It's great for hardware projects. I built a number of parts for a microscope and other projects, export as STL, and 3D print them.
STL? What's that?
FreeCAD 0.16 release notes
21–30 of 76 posts
Re: FreeCAD 0.16 release notes
#22Earlier quoted context omitted.
STL? What's that?
It's a very old (1980s) file format that is good for 3D printing but not so good for machining or molding. It saves the geometry as facets and not as "faces" so it is pretty limited in making something that is not square.
Re: FreeCAD 0.16 release notes
#23Re: FreeCAD 0.16 release notes
#24Unfortunately every time I installed FreeCAD, it crashed me consistently after 10 minutes of work.
If you are on a linux system, it is easy to do a debug backtrace, which provides very useful information about the crash to the developers:
in a terminal, type: gdb freecad (assuming package gdb is installed)
inside gdb, type run
after the crash, type bt to get the backtrace, that you can include in your bug report.
Guide for submitting reports: http://www.freecadweb.org/wiki/index.php?title=Tracker
Re: FreeCAD 0.16 release notes
#25Can anyone elucidate to someone not familiar with CAD software what this is for? Is it parametric CAD? Is it suitable for making things like cases for hardware projects?
Re: FreeCAD 0.16 release notes
#26Unfortunately every time I installed FreeCAD, it crashed me consistently after 10 minutes of work.
Quoting from their FAQ: If you are on a linux system, it is easy to do a debug backtrace, which provides very useful information about the crash to the developers: in a terminal, type: gdb freecad (assuming package gdb is installed) inside gdb, type run after the crash, type bt to get the backtrace, that you can include in your bug report. Guide for submitting reports: http://www.freecadweb.org/wiki/index.php?title=T…
Re: FreeCAD 0.16 release notes
#27Earlier quoted context omitted.
Quoting from their FAQ: If you are on a linux system, it is easy to do a debug backtrace, which provides very useful information about the crash to the developers: in a terminal, type: gdb freecad (assuming package gdb is installed) inside gdb, type run after the crash, type bt to get the backtrace, that you can include in your bug report. Guide for submitting reports: http://www.freecadweb.org/wiki/index.php?title=T…
Ooh thanks! I will try this on other apps that might crash in the future.
Re: FreeCAD 0.16 release notes
#28Re: FreeCAD 0.16 release notes
#29Freecad is an amazing tool. It is based on the open source CAD kernel OpenCascade: http://www.opencascade.com/ If you want to do CAD directly you can use OpenCascade directly or if you can use its various wrappers. The Python OCC wrapper is quite nice: http://www.pythonocc.org/ We use both Python OCC and FreeCAD to help with handling CAD data import/export in http://Clara.io Although if you are interested in create C…
Re: FreeCAD 0.16 release notes
#30Looks like I've got a new CAD program for my dad! Dad downloaded and installed A9CAD and it absolutely filled up his computer with malware. He loves A9CAD, but every time he installs it I have to get a copy of MalwareBytes and disinfect the system. Looks like FreeCAD might be just what he needs!
If you want a decent free 2D drawing package, try DraftSight, Or LibreCAD if you want open source.