Johnathon Selstad

Results 60 comments of Johnathon Selstad

Fine with me 👍 I'd recommend starting from either #15 or [`feat-modules`](https://github.com/zalo/CascadeStudio/compare/feat-modules) (since they have my WIP typescript support integrated).

If you're trying to do a fresh `npm install`, you may be grabbing the embind version of `opencascade.js` (which is now the default in that repo, but not in CascadeStudio),...

This is a good idea. It'll be slightly tricky to implement since I recently refactored the drawing system to draw everything in a single draw-call (to make editing .STL Meshes...

@borisfom It's possible to extract the face with OpenCV as well https://github.com/1adrianb/face-alignment/issues/135#issuecomment-498058698 Extracting the face with Torch would require implementing a bilinear texture sampler, which is probably a day or...

I'm pretty sure your issue is `Parametrisation: Trivial Per-Triangle`, you'll want to use a real UV Unwrapper, like Blender's "Smart Project" or `xatlas`.

To get _to_ this error, I needed to add parentheses to the prints in the .pyx files in the Github Repo to make them Python3 compatible. To get past this...

Ah, I'm seeing this as well: ``` Running packman in preparation for cmake ... Processing project file './dependencies.xml' Package 'clang-physxmetadata' at version '4.0.0.32489833_1' is missing from local storage. Downloading from...

Were any errors printed to the javascript/browser console?

Could you upload your GCode? The amplification should only multiply existing (positive) extruder movement; perhaps the slicer is creating small positive extrusions during travel moves...

Ahh, so it does.... I'll take a look to see why that is happening here...