-
My use case: alarm of IHSV57 servo's are hooked up to my e-stop circuit.
In the case of a alarm, e-stop input pulls low.
In order to reset this either power cycle servo's (not ideal) or troggle driv…
-
Hi, g-code includes a checksum feature commonly used in 3D printers. However, a lot of CNC firmware does not support this feature. The original source code of GRBL hasn't been modified in years...
…
-
Is there away to add implement a "map", where a pwm of 0=0, the smallest increment above 0 detectable by micro can be set to a selected pwm value, and what a program may perceive as 100% to another va…
-
Terje,
Not an issue, just wanted to say thank you for the changes to the keypad.c plugin. Thanks for your recent updates.
I was able to set it for keypad mode, add it to my_machine.h and compil…
-
STM32F411 SD&W5500 Is it possible to have both
auxp updated
6 months ago
-
The risk of current implementation is to miss timeout state in modbus_send_rtu, because second call of modbus_poll will change it to silent.
Currently it works, just because modbus_poll is called fro…
-
Hi dresco,
I cam across some erros and warnings when compiling for 'Release 743 Nucleo'. I have selected BOARD_MY_MACHINE and have created MY_MACHINE_MAP.h file as well. I will be using the HSI (wh…
ghost updated
5 months ago
-
Hi,
Looking to incorporate a Bigtreetech Octopus MAX EZ with an H723 ZET6 chip into my CNC project. Wondering if simply remapping pins would allow use of the board with grblHAL and if not how coul…
-
#define AUXOUTPUT0_PORT GPIOE
#define AUXOUTPUT0_PIN 7
The approach of waiting for input may not be suitable for my needs. Of course, regarding the host computer part, I will implement it m…
-
Hi @terjeio, can you guide me how to change the USART default serial port to different USART pins?
I am using STM32F407VET6, in GRBLHAL, there is STM32F407VGT6 using BTT SKR 2.0 board w…