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

Previewing (J)SCAD 3D models inside Atom.

Results 7 atom-jscad issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.48.0 x64 **Electron**: 5.0.13 **OS**: Mac OS X 10.15.5 **Thrown From**: [atom-jscad](https://github.com/apla/atom-jscad) package 1.2.1 ### Stack Trace Failed to load the...

[Enter steps to reproduce:] Not sure, just opened Atom with an old project in foreground. I don't update or use Atom a ton so maybe some stale plugins? **Atom**: 1.47.0...

I get the following error when trying to render a preview: > Uncaught DOMException: Failed to construct 'Worker': Access to the script at 'blob:file:///4d8122a1-4c76-4188-8671-774ba8975a55' is denied by the document's Content...

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...

Is there plans to update the included openjscad code to track all the reorganization work done at https://github.com/jscad ? It would be helpful since all of the newer work for...

Hey guys, great work on the plugin. Tried it again after a few months, and it's working well. One issue I have is with the workflow that I use. I...

Have installed 0.4.0 (Atom 1.8.0). have tried with cube([10,10,10]); and function main() { return CSG.roundedCube({radius: 10, roundradius: 1}) } (plus a few more complex real models but I thought ,...