-
Wokwi simulator essentially uses qemu for ESP32/S2/S3 emulation.
Great for most of rapid feature development and preliminary testing - removes the requirement to flash a board to validate changes.
…
-
Tried to work with the V2.0 version and I find it a waste of time.
The charming things that were once the basis of this solution to expand LinuxCNC i/o seem to have been all deleted. Now it is a mess…
-
Hey,
I was trying to build the repo with an additional driver but the build time exceeded >12h and I needed to stop. I simply ran "make -j 8" on the master branch with the new driver added to src/dev…
-
I have compiled and flashed the example V8.0 12/14 on my 5A-75B V8.2 FPGA board with my Raspberry pi4 according to the described instructions. I have a small gantry milling machine with 2 Y-axes and a…
-
As per https://forum.linuxcnc.org/ethercat/51187-new-linuxcnc-ethercat-git-tree#289534, there's a request for 64-bit IEEE float support for generic devices. LinuxCNC uses `double` internally, and our…
-
You can add these to your sdkconfig to maximise the udp performance:
```
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
CONFIG_FREERTOS_UNICORE=n
CONFIG_FREERTOS_HZ=1000
CONFIG_ESP_INT_WDT=n
C…
-
Hi folks, I'm Bjarne from IgH. We use the [OpenSuSE Build Service](https://build.opensuse.org/project/show/science:EtherLab) to distribute our EtherCAT Master. I added linuxcnc-ethercat to our reposit…
ighvh updated
10 months ago
-
Following the documentation for installing LitexCNC / LinuxCNC on a RaspberryPi4 using the image from linuxcnc.org/downloads does not work.
Problems:
- LitexCNC is not persisted on `PATH`
- ther…
-
1. Command G52 X100 -> Offset is applied in DRO and active GCodes will show 'G52'
2. Command M2 (or M30) -> Offset remains applied in DRO but active GCodes no longer shows 'G52'
This is from the…
-
Building new LinuxCNC-Ethercat releases should be trivial. I've used semantic-release and go-semantic-release before, and they seem to work well enough. There are 2 issues that we need to look out f…