GilesBathgate / RapCAD

Rapid prototyping CAD IDE for RepRap and RepStrap 3D printing machines.
https://rapcad.org
GNU General Public License v3.0
153 stars 25 forks source link

polyline crash #4

Closed nichtich closed 11 years ago

nichtich commented 11 years ago

I just installed the 0.9.0 build at Ubuntu Linux and it crashed with the following simple file:

polyline([0,0,0],[0,0,10]);

Maybe it's because a simple line does not make a full model? I expect to be able to add 1D and 2D objects which don't get exported in 3D but are useful for construction.

GilesBathgate commented 11 years ago

Your syntax is wrong, try:

  polyline([[0,0,0],[0,0,10]]);

But your example shouldn't crash and this is a known bug.

GilesBathgate commented 11 years ago

fixed in 3a806efa3ab21e883b37ed799c289a6d25a65131