ithinkido

Results 24 comments of ithinkido

> One of the significant differences between GCode and HPGL and DM/PL is the units. GCode uses real world units, where as HPGL and DM/PL use plotter units which map...

This happens on both Windows and Linux ![image](https://user-images.githubusercontent.com/52834821/137364922-8f97f658-eae9-442f-b7f4-4fab7bf66778.png)

Sure, this is the firmware I am using https://github.com/bdring/Grbl_Esp32 I just saw that I had a typo in my first message that may have made it difficult to understand. I...

> > > Ok, then it has to be a missing or wrong "welcome string" from the firmware. The backend (lw.comm-server) only accepts known strings to detect the firmware and...

After installling Visual Studio and C++ build tools , I now have lw running from scouce now and changed the conf.js file to reset on connect. Looking through the logs,...

> > > It seems that grbl-ESP32 (unlike grbl) does not respond with a welcome string after getting a ctrl-x. Are you sure that COM7 is the right port? If...

https://github.com/jeelabs/esp-link/issues/394 https://github.com/jeelabs/esp-link/issues/456

https://github.com/beckdac/ESP8266-transparent-bridge

I can reproduce this . Run Localy on v 9.0.3 ``` ~/Desktop/esp-web-tools-9.0.3$ ./script/build dist/install-button.js → dist/web... (!) Unresolved dependencies https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency esptool-js/esploader.js (imported by dist/flash.js) created dist/web in 4s ``` Ver...

I would be very interested in a Telnet/ TCP option to connect to controllers such as GRBL- ESP 32. As this is not always the most reliable it would be...