-
hi dabit
i tired to install the usb stm32 driver as described but i struggle here:
when i start the axis.ini from the sample-configuration i get immediately an error:
Print file information:
…
-
I have a GRBL controller running on a ESP32. It sent commands to GRBL (e.g. based on a SD file, waiting OK between each command) and it send also "?" every 300 msec (to get the current status).
If …
-
I noticed that when probing the axis doesn’t stop right away after a touch has been detected. I measured it and it goes for approximately 500ms after probe has touched. I test an Arduino GRBL and it g…
-
hello there! i have port grbl for cotexM3 processer(without FPU@72mhz,1000steps/mm),and support 4axis ,then i've got a questions:how fast dose grbl run on it? f8000is OK? #my English is soso:).
-
Hi,
Setup:
Dedicated "old" Core 2 duo Laptop, 2Go, ATI.
Step1 HDD : 5400rpm 160Go
Step2 HDD : SSD 60Go
ESP32 (connexions/LCD) + STM32 (motors control), 4 axis shield on USB or Wifi (AP mode) …
-
I'm trying to find out why the lower priority serial link is distrupting the stepper motor pulses. As a result I have been examining exactly how the interrupts have been ported.
Digging through how …
-
Hello,
thanks for your great work! I really like the project.
I designed my own PCB, uploaded the newest firmware (12.5.) and installed it on my Woodpecker CNC board.
Manual Jog works, Nunchu…
-
Hello, I'm just starting off making a router/cnc and have some Nucleo401re boards lying around . Can I compile your source code with the online compiler for mbed and are there any issues that you know…
-
In file stepper.c, there is:
#ifndef WIN32
uint8_t step_pulse_time; // Step pulse reset time after step rise
For STM32, step_pulse_time is then filled with
#elif defined(STM32F103C8)
st.st…
-
Hello! By some reason i've got some letters missing in the serial monitor or ugs platform.
After compiling it for uno i also got the message that i'm low on memory (but that should be ok):
`Sketch u…