Cheton Wu

Results 143 comments of Cheton Wu

Hi all, Do you have some lathe G-code examples so that we can make further tests when it's implemented. Three.js provides support for LatheGeometry, the geometry can be defined with...

@thymjan I can reproduce this issue for browsers running on iOS, however, it's hard to troubleshoot what's going wrong with a mobile device. You can either use [cncjs-pendant-tinyweb](https://github.com/cncjs/cncjs-pendant-tinyweb) or [cncjs-shopfloor-tablet](https://github.com/cncjs/cncjs-shopfloor-tablet)...

I would like to know if there is version difference of the serialport module between your v1.9.13 and v1.9.14 installation. You can check the version for installed serialport module as...

So was it probably an issue where MJPEG consumes most of the CPU, no matter what CNCjs version (1.9.13 ~ 1.9.15) you're running? What's the generation of your Raspberry Pi?

> Are you referring to the image you built or the normal distribution of CNCJs? @nickm324 You can find the distribution archive at https://github.com/cncjs/cncjs-pi-raspbian/releases

@NervenCid The node-serialport 6.2.2 is only compatible with Node.js 10 and earlier versions. See https://github.com/serialport/node-serialport/tree/v6.2.2#platform-support for details: | Platform / Arch | Node v4.x | Node v6.x | Node v8.x...

@balthisar @chatainsim @Tailslide A recorded video would be helpful to show how you reproduce this issue, you may use QuickTime Player or Xbox Game Bar to record the screen on...

The issue is related to https://github.com/cncjs/cncjs/issues/116. The CNCjs server can load a large file over 100MB or more, but the Chrome browser may run out of memory while rendering a...

@dutchpatriot I pushed a commit with preliminary Dutch language support: https://github.com/cncjs/cncjs/commit/59509ce883e1d68e56122d76b62e5746cdfc81df You can fork the repository and create the pull request to submit your changes. For details, see the contribution...

Note that you have to set baud rate to 250000 to allow Marlin to connect. I can't see any clue from your provided information. I suggest you provide server logs...