Separate names with a comma.
Some features disabled for guests. Register Today.
Fast rotary rewind
> For it to be homed, it needs switches at one end of each axis... In fact it is possible to manually home the machine by jogging the spindle to...
Newer versions of grblHAL allows "cloning" of the PWM spindle. One loses direction control of the non-laser spindle and the direction output is...
Yes it is possible, enter the IP address in the Network tab in the connection dialog.
Event handlers cannot be written in gcode, however you can read the input with M66 at any time. If you need to take action based on the input then...
FYI changing the number of axes will always reset settings to default.
> Is there a list of grbl / grblhal settings that require a restart when changed? The $help settings output from grblHAL adds "Reboot required"...
Most compile time options in legacy Grbl is run time options in grblHAL, including enabling single axis homing commands. $$=22 $22: Homing cycle...
FYI the next main commit of grblHAL will allow binding of two spindles to the PWM output, each with its own settings (except PWM frequency)....
Remapping of A to the Z stepper driver can be done, but will require a new board map and a modified driver.c. The next release of grblHAL might...
You may also try to increase the number of planner buffer entries, set by $398. Default is 35, max is 1000. Do not set it too high - start with...
For grblHAL there are projects like this, but it cannot be used with the X32 - at least not yet. Later it might become possible to connect via...
It can not since that will kill the USB stack Many grblHAL drivers have "native" USB support meaning that there is no FTDI or similar UART <> USB...
Due to faster processor? The code where the error is raised is pretty similar, grblHAL vs Grbl.
I can connect to my Teensy controller with CONTROL v1.0.370, no compatibility mode selected.
If you use a MCU with enough pins, and prefererably with embedded quadrature encoder peripherals, you do not need an extra microcontroller as it...
Is it the ESP32 version? I so it likely uses grblHAL or GRBL_ESP32 and that may explain why it runs smoothly. 8-bit Grbl has a smallish planner...
grblHAL can be extended with additional M-codes or even have the parser entirely replaced via plugin code. An example. If by Arduino you mean...
Are there other commands on the same line causing a modal group violation?
ioSender (Windows only) and the WebUI supports the tool change extension in grbHAL, both for manual and semi-automatic modes. A tool length sensor...