-
I am not sure the best way to do this. If this is wrong, please point me in the right direction. I know it isn't a traditional github "issue".
I feel that having lots of good quality BreakOut Board…
-
Hello!
Am I correct in assuming that if I want to use an I2C EEPROM to store settings, I would have to use PB10/11 as SCL/SDA pins (I2C2) for the stm32f103? For the F411 I found PB8/9 (I2C1) or PB1…
-
Good morning,
When i activate the safety door pin and open the safety door during a milling program, the spindle moves to the parking position and switches off. After closing the door, the spindle mo…
-
They have locked down the design and are in the process of qualifying suppliers so it's probably 2-3 months away. Of course the Corona virus pandemic may cause disruptions. It will use the IMXRT1062 a…
-
Add a way to configure the number of Axes via the driver.h file. A more sweeping suggestion is to move the more common config.h items to driver.h.
By the way, I have a grblHAL building guide for m…
-
Since this was brought up in a different thread, I thought it a good idea to open a separate issue. Hopefully it will attract a bit more input here.
The encoder support currently works pretty well …
-
I have implemented three new tool change options and would like some input on what I have done and if it makes sense.
See the [Wiki page](https://github.com/terjeio/grblHAL/wiki/Manual,-semi-automa…
-
Hi @terjeio, sometimes I am quite stupid ... can you tell me how to record the program? I can't find how.
I want to use Arduino Due or Esp32.
I am in the final stage of my ATC, I had added some M …
-
Hello and sorry for this noob question.
I’m going to setup a new cnc router and wanted to go with a teensy 4.0.
I got the board today and wanted to flash grblhal with arduino ide.
I installed the …
-
I need to arrange a 1 mS timer to call enet_proc_input and enet_poll(). I looked at using driver_delay_ms but that seems like more overhead than necessary. Is there a better way to do that?
From th…