Z3 Development
Z3 Development
Hi Be sure to run 'npm install' from the OpenJSCAD.org directory. This will install 'Lerna'. Then run 'npm test' from the OpenJSCAD.org directly. This will install and link all packages....
no problem Can you tell us the OS version? And version of NPM and NODJES?
@fcnjd Sorry the late reply. I just tried a fresh install. I did not have any issues running the tests. All the projects are managed as a mon-repo, meaning each...
Just do it! You cannot go back so why the wait? This is open source so hopefully others will join, contribute, and enjoy maintaining this project.
@Evgsurf Nice find! That code has been around for a long long time, so there may be some strange logic. We still accept fixes for V2, so if you have...
@NemoStein Cool. An actual fix to V3. Even more cool! I'll give this a try but the changes look fine. I'm surprised that the test suite could not be executed....
Dynamic Import The module to import from. The evaluation of the specifier is host-specified, but always follows the same algorithm as static [import declarations](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import). Static Import The module to import...
@NemoStein Have you played with import.meta.url and import.meta.resolve()?
@platypii what do you think? these changes seems appropriate but may not be the ultimate solution.
The error means that the input to dxfSerializer.serialize() did not contain any JSCAD geometries. So, double check the results of stlDeserializer.deserialize(), or exporter.parse(). You are probably close.