Jacob Philpott
Jacob Philpott
@LetsPrint3D has there been any progress on this since 2019? I'm also very interested in this feature and willing to help out if possible!
Okay thanks @mrdoob I will take a closer look at it over the weekend. It still feels like an enormous task to generate machine usable Gcode from this but I...
Okay @mrdoob i've taken a closer look at this and [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) definitely looks like an essential tool for anyone wanting to develop Gcode slicing software in JS. I'm also interested...
Definitely an intermittent issue, im getting it today but havent seen it in a long time. Seems like an issue with the GitHub API intermittently providing inaccurate/incomplete data. Just gotta...
Hey @amol- thanks for replying, I have opened a [PR](https://github.com/amol-/dukpy/pull/69) to get your feedback on the changes I have made thus far. Let me know what you think!
> eswat2 I think all you can do is just wait and it will go back to normal eventually ... seems like the issue is on GitHub's end.
FYI [this new CSG repo](https://github.com/giladdarshan/OctreeCSG) using [Octree](https://en.wikipedia.org/wiki/Octree) data structure overcomes a lot of the performance issues with ThreeCSG and other CSG tools. See [this SO thread](https://stackoverflow.com/a/76999588/1544937) for up to date...
Thanks @Ashutosh00710! ... just an FYI though, I think you mistakenly included `https://` twice in the old domain.
@sir-buckyball any advice on how exactly to use [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API) for sending G-code to a printer? I've been trying for a while now but with no luck. I just...
Awesome, I just found [the answer](https://3dprinting.stackexchange.com/a/23120/27036) to my own question! Turns out it is possible to send G-code to a printer from a web browser with just a few lines...