Cheton Wu

Results 123 comments of Cheton Wu

When the scroll direction is vertical and use "100%" as the height, it will pass "100%" as the containerSize to the getVisibleRange function, so the maxOffset will become "0100%" (i.e....

So far I don't have plan to support theme options, but I think it's possible to make configurable color settings in the `.cncrc` file, so users can specify color &...

I never had a chance to test the UI with a touch screen monitor, but I can reproduce this issue by emulating Chrome on a mobile device, as shown below:...

The choices of firmware are still there, I will add an Auto option for determining firmware automatically. It's also doable to control the display of widgets according to the selected...

Hi @arthurwolf, The Node.js server backend plays an important role in this software, it is used to deal with serial communication with CNC milling controllers, and also provides AJAX/WebSocket API...

Thank you for your explanation. It make sense to me to host a web interface on Smoothieboard without extra installation. I just took a look at the Smoothie implementation (e.g....

Hi @arthurwolf, May I confirm whether the query status command "?" is supported in telnet mode? The Grbl-like status command `?` is available when connecting from USB port, but I...

This is what I'd expect: ``` > get status > ``` but actually it returns two consecutive "\n" when calling "get status": ``` > get status > ``` That's just...

Sure. I will add inactivity event support in the 1.9.16 release. It will allow user to configure the idle timeout under **Settings > General** or somewhere else.

Taking notes https://www.webrtc-experiment.com/RecordRTC/ https://github.com/muaz-khan/RecordRTC https://github.com/szwang/recordrtc-react/blob/master/src/RecordPage.react.js