Cheton Wu

Results 123 comments of Cheton Wu

Try running `Uninstall CNCjs.exe` on the above folder and install CNCjs 1.9.20 again (https://github.com/cncjs/cncjs/releases/download/v1.9.20/cncjs-app-1.9.20-win-x64.exe). If the installation is successful, you should see those files and folders (e.g. `app`, `electron-app`, `web`,...

I just forgot that the installation directory was changed from `CNCjs` to `cncjs-app` since 1.9.13, you should see `cncjs-app` when you make a fresh install. Did you see any other...

There is a trailing comma after the "secret" key, that is invalid according to JSON standard. You can paste the content to https://jsonlint.com/ to validate a JSON file. Try fixing...

Either some screenshots or UI prototypes will help a lot for getting the whole picture. Your contributions are welcome. 😄

Take notes: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html

@GorillaMachines Thank you for your valuable suggestions. As far as I know, the laserweb project has implemented some machine profiles to preset several hardware configurations, this might be similiar to...

> I also wanted to ask how the visualizer widget loads the grid? Is this a .png or something similar that is loaded? Or a 3D Model? If so would...

Hi @whimsycwd I would like to add machine profile support in v2 (edge branch) that allows user to customize functionalities through a machine profile. Do you have a checklist for...

@daniel-ex Can you take screenshots or a video to show the problem you encountered? Thanks.

It’s probably a client-side JavaScript error that stops updating UI. I will take much testing and see if it can be reproduced by my side.