-
Hi @terjeio, I would like to add support for this board: https://github.com/grblHAL/core/discussions/406
> The listed changes cannot be added to the current map file without breaking backwards comp…
-
Hi @terjeio I just wanted to know if fully automatic tool change is possible with grblHAL or with combination of sender and grblHAL? If so, where can I write macro or program file for ATC routine in f…
-
I have a machine with two rotary axes (A and B) and I am trying to figure out how to home a single rotary axis. I have DEFAULT_HOMING_SINGLE_AXIS_COMMANDS set to On, but if I give a $HB I get error 5…
-
Great work
I want to free up as much memory as possible for storing data. ”_ user_ heap_ Stack "occupies 140KB of memory。So I moved "_user_heap_stack" to the 288KB memory block of D2. Can be compil…
-
Hi DerAndere1
Thanks for your work on the 4 axis display.
I have this issue compiling I followed your instructions and have commented out AXIS4_ROTATES and AXIS5_ROTATES in configuration.h
Spent mo…
-
Hi Terje Io,
I hope you are well.
I have attempted to flash a STM32F746 Nucleo board with the compiled .elf file but could not get it to upload.
I did however manage to get a previous compile…
ghost updated
9 months ago
-
I have searched a lot over the internet but could not figure out the G-code syntax for touch off and saving that tool height in non-volatile memory just like work offsets. What are all queries related…
-
Hi,
I have board MKS-Robin-Nano-V3.0 (https://github.com/makerbase-mks/MKS-Robin-Nano-V3.X) lying around and trying to port grblHAL to it. I have couple CNC mashines would like to unify their setup…
qbazd updated
11 months ago
-
Tried to build RP2040 from the git repository and ran into errors (for example in 'unused' trinomatic plugin.) The CMakeLists.txt file has if(AddMyPlugin) with the list of plugins and and an else() w…
-
Dear All,
Teensy crashes immediately after booting up when either LITTLEFS_ENABLE or WEBUI_ENABLE is set. The controller becomes inaccessible over USB or Ethernet. I used Arduino 1.8.19 and Teensyd…