Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only first element of array is shown #10

Open
feiteira opened this issue Feb 22, 2018 · 2 comments
Open

Only first element of array is shown #10

feiteira opened this issue Feb 22, 2018 · 2 comments

Comments

@feiteira
Copy link

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.

@matiasinsaurralde
Copy link
Collaborator

Hi, can you provide an screenshot?

@feiteira
Copy link
Author

Sure, you can find it below.
image

On OpenJSCAD.org I get:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants