-
Hi,
I just downloaded the newest versions of grblHAL for STM32F4xx and core, but the build failed.
https://github.com/grblHAL/STM32F4xx
https://github.com/grblHAL/core
Could you please look in…
-
Im trying to get this board to work with my 3018 style CNC but I can't get the motor to turn. It will stutter 3 times when i try to move the X axis and then just stop until unplug the power and replug…
-
Error on compiling using VSCode and PlatformIO
Cannot find file altpc.h
src\networking\httpd.c:104:24: fatal error: lwip/altcp.h: No such file or directory
Careful exploration of grblHAL folder…
-
Is it possible to use a BLTouch probe with grblHAL on teensy41?
I have a small sketch using the arduino Servo library which works,
when using the library from inside a plugin, the probe doesnt work.…
-
Hi @terjeio ,
Just wanted to share my initial impressions after playing some time on webui, ftp and sd.
1. FTP works like a charm
2. Uploading/deleting files from sd via webui and ftp both works perfe…
-
HI.
I noticed that grblHAL supports many different MCUs, and I am curious if there are any differences in the output pulse frequency when driving motors with these MCUs, such as RP2040, which has P…
-
I followed the instructions given in "compiling girbalHAL section" to compile the driver for 6-axis. but after downlading biard, the driver is still 3 axis.
I edited the cnc3040 file for needs, and …
-
I add keypad plugin via submodule:
```
git submodule add https://github.com/grblHAL/Plugin_keypad keypad
```
and add to code to Src/driver.c
```
#if KEYPAD_ENABLE
#include "keypad/keypad.h"
…
-
HI.
I am using an STM32F103RCT6 development board, I have not made any changes to the project code, I only modified the platformio.ini file, then compiled the project, and used Jink to upload the f…
-
Hey there, long story short but I have a 3 axis machine using a teensy 4.1 and a grblHAL breakout board with ethernet. The connection between the PC and the breakout board has always been over ethern…