openscad-playground icon indicating copy to clipboard operation
openscad-playground copied to clipboard

OpenSCAD Web Playground

Results 9 openscad-playground issues
Sort by recently updated
recently updated
newest added

I get an error message stating that the build configuration is broken. I have the following Node versions: ``` node -v v21.7.3 npm -v 10.5.0 ``` Log: ``` % npm...

According to the [OpenSCAD User Manual/First Steps/Changing the color of an object](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/First_Steps/Changing_the_color_of_an_object) example: ```scad color([1,0,0]) cube([2,3,4]); translate([3,0,0]) color([0,1,0]) cube([2,3,4]); translate([6,0,0]) color([0,0,1]) cube([2,3,4]); ``` should look like this: ![image](https://github.com/openscad/openscad-playground/assets/12286274/bc1bfebc-d2a4-4c82-a5dc-0ec4b4d31532) but in...

When editing, a new stl is rendered and viewed but the camera position resets. But I often zoom in on details and I would like to keep the camera there....

Hello, I have the following code ```scad /* Hello there! If you're new to OpenSCAD, please learn the basics here: https://openscad.org/documentation.html There are lots of amazing libraries in the OpenSCAD...

I really love this web app! Every time I need to model a 3d part, this is where I start. The one thing I'm really missing, though, is source control...

If you run the script `playground.scad` in OpenSCAD proper, the model is centred on the x/y/z axes. Example: In the playground, it seems to be at the lower left of...

See #3 for the issue, #4 works around for now by pinning version 9.3.x.

good first issue

When attempting to run `make public` the following error message is produced: ``` mkdir -p libs/openscad-wasm wget https://files.openscad.org/snapshots/OpenSCAD-2023.03.22.wasm14181-WebAssembly.zip -O libs/openscad-wasm.zip --2023-07-02 09:32:33-- https://files.openscad.org/snapshots/OpenSCAD-2023.03.22.wasm14181-WebAssembly.zip Resolving files.openscad.org (files.openscad.org)... 104.236.249.91 Connecting to files.openscad.org...