David Bender
David Bender
There is no tag on this git repo corresponding to the latest version cgic 2.06 on the web site. Please create one.
I am having issues with the communicating to an Arduino DUE unit. In particular, with bash scripts echoing characters to the /dev/ttyACM0 dev node. These scripts work fine on my...
after flashing v3.0.14 my ESP8266 constantly resets with a "wdt reset" or "normal" error. I have ensure correct flash map and speed. ``` ets Jan 8 2013,rst cause:4, boot mode:(3,0)...
#### Description bCNC supports G81 peck drilling commands. Web UI cncjs should also support them #### Versions - CNCjs: 1.9.x - Node.js: 6.x - NPM: 5.x #### How Do You...
Hi, I was wondering if the change in https://github.com/8devices/Caraboot/commit/df4836defb74abb3924fc22061c26fc6e7fe30ea already existed in the u-boot_mod codebase?
I am having very intermittent stability issues using both Caraboot and pepe-2k. Both u-boot versions assume a tRAS value of 40 ns This was true when the Carambola2 module used...
In Issue #310 I am working on importing cross sections directly into Cura sans 3D triangles. By cross sections, I specifically mean 2D X-Y polygons with holes arranged in Z...
In my application, I am easily able to generate cross sections of my data. Converting to STL to be sliced again is inefficient and potentially lossy. I have hacked in...
I am reading the following data between a Pi and a microcontroller at address 0x31 TX -> 01 RX
Currently the radiusclient executable simply returns 1 on error. Would recommend the following change ``` -return (i == OK_RC) ? 0 : 1; +return (i == OK_RC) ? 0 :...