tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

14 shape limit on export? witaf? #17

Closed tmpvar closed 9 years ago

tmpvar commented 9 years ago
var cubes = ['ohmy.stl'];
for (var i=1; i<15; i++) {
  cubes.push(cube(i*20));//.translate(i*20*20, 0, 0));
}

stl(cubes, function(){ console.log('ok!') });

'ok!' is never emitted

tmpvar commented 9 years ago

turns out this was due to a couple things

fixed in solids/net-oce@e18ea0b0d5ffec1808acd129ecb2c10ba8f31950