core icon indicating copy to clipboard operation
core copied to clipboard

grblHAL core code and master Wiki

Results 143 core issues
Sort by recently updated
recently updated
newest added

If this already exists, I couldn't find a reference to it, currently the "enable" pins to external drivers are setup to either disable after a very short delay or be...

Hi grblHAL users and developers, I am reaching out to you, in order to get some clarification/confirmation with regards to the limit and probe pins. I came along the following...

Is there support for trinamic drivers on the arduino due board?

Hi to all! I would like to know if it is possible to use the ODrive system with the grblHAL. I am triyng to achive high speeds for long periods...

Over on the PrintNC discord we've been helping new users get their grblHAL boards up and running and a recent discussion highlighted the current behavior around enabling soft-limits. As noted...

Tried to compile in ngc support and am getting the following when i try and call a script from the sd card. [16:31:07] [ $I ] ok [16:31:07] [ $G...

### Discussed in https://github.com/grblHAL/core/discussions/511 Originally posted by **bertabus** May 12, 2024 My homing is bottom left, it's a plotter, I'm trying to get the last few settings to work and...

The old code in stream.c stream_select: case StreamType_WebSocket: if(connection_is_up(&hal.stream)) report_message("WEBSOCKET STREAM ACTIVE", Message_Plain); if(add && sys.driver_started && !hal.stream.state.webui_connected) { hal.stream.write_all = stream->write; grbl.report.init_message(); } break; Temporarily switched hal.stream.write_all to be...

Hi @terjeio I just checked with my new build that tool table offsets (of Z that is only written) are not saved persistently over power cycle(I get it by "$#"...

We are continuing to work on the ATC macro that I reported issues with last time and am experiencing an odd issue. The following block of code is behaving oddly.....