atom-jscad icon indicating copy to clipboard operation
atom-jscad copied to clipboard

Only first element of array is shown

Open feiteira opened this issue 7 years ago • 2 comments

The code below:

function main() {
    return [
         cube({size: 3, center: true}),
         sphere({r:2, center: false})]  
}

Should display both a cube and a sphere, however in Atom it shows only the cube.

feiteira avatar Feb 22 '18 20:02 feiteira

Hi, can you provide an screenshot?

matiasinsaurralde avatar Feb 22 '18 22:02 matiasinsaurralde

Sure, you can find it below. image

On OpenJSCAD.org I get: image

feiteira avatar Feb 23 '18 08:02 feiteira