Live data from Hacker News

FreeCAD 0.16 release notes

freecadweb.org

21–30 of 76 posts

Re: FreeCAD 0.16 release notes

#21
post #13

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?

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

#22
post #21

Earlier 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.

STL works just fine for machining and molding (I do the former with STL all the time). I can make non-square things - for example, printing complex octopus shapes or carving 3D relief surfaces.

Re: FreeCAD 0.16 release notes

#24
post #17

Unfortunately 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=Tracker

Re: FreeCAD 0.16 release notes

#25

Can 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?

I've been using it in preparation for finishing a basement. It has both a 2D architectural drafting mode as well as a 3D mode (among several other specializations). I've hit the occasional bug but development is active - I looked at a bunch of tools before choosing this one. It's quite good..

Re: FreeCAD 0.16 release notes

#26
post #17

Unfortunately 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…

Ooh thanks! I will try this on other apps that might crash in the future.

Re: FreeCAD 0.16 release notes

#27

Earlier 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.

the software has to be compiled with symbols... which I don't think the binaries in the default repositories have (I could be wrong)

Re: FreeCAD 0.16 release notes

#29
post #5

Freecad 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…

Something I didn't realize is that OpenCascade is now LGPL which means FreeCAD doesn't have the weird licensing restriction it once had.

Re: FreeCAD 0.16 release notes

#30

Looks 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!

A9CAD appears to be a 2D CAD drawing program, whereas FreeCAD is centered around 3D parametric modeling. They're different approaches to creating things.

If you want a decent free 2D drawing package, try DraftSight, Or LibreCAD if you want open source.

Post reply on HN