atom-jscad
atom-jscad copied to clipboard
Only first element of array is shown
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.
Hi, can you provide an screenshot?
Sure, you can find it below.
On OpenJSCAD.org I get: