Separate names with a comma.
Some features disabled for guests. Register Today.
I am not sure it will, the O word is currently only supported in macros, either called by G65 or by tool change macros. Used here for just naming...
A guick search for "MasterCAM grbl post" turned up this post. I have not read through it, but since M6 was mentioned as an issue it can be noted...
FYI fixes for both grblHAL and the WebUI that allows clearing repeating errors by sending a blank line from the WebUI Terminal MDI has now been...
I've recently changed the limits handling in grblHAL to allow plugin code to constrain motion. When doing that I subtracted pulloff from max...
This behaviour can be disabled, along with some other new features, by compiling with compatibility level set > 0.
Use the Web Builder to check which boards allows for 4 axes and a probe input. Be sure to check if USE_I2S_OUT is defined in the board map (this...
I can connect both via USB (it enumerates on my Win10 machine) and network (ethernet).
If the safety door input is unused and can be repurposed as a second probe input no relay is claimed. A new plugin has to be made for that,...
The door input could be used as a second probe input if not used? There is a template plugin available for controlling a probe selection relay,...
The x32 uses grblHAL firmware so ioSender will run just fine.
Some controllers are hard reset on connect via USB depending on how the connection is made. E.g. ESP32 dev boards are wired for resetting, IIRC by...
FYI grblHAL users (Blackbox X32) has now the option to enable expression and flow control support in the controller: Macros (or, stricly speaking,...
Both GRBL_esp and grblHAL allows setting the current for SPI or UART controlled Trinamic drivers. However, the MKS DLC32 v2.0 board is not wired...
Setting $39=0 works for me from a terminal (puTTY - via USB). However, for the ESP32 driver it fails from a sender - likely due to grblHAL running...
This could be related to a bug that was fixed recently.
I guess so, ask the servo supplier or manufacturer if in doubt. > sorry, most of this is gibberish to me $33 = 50Hz = 20ms (1/50s) repetion...
Minimum allowed password length is 8 - if less than that error 52 (out of range) is returned. BTW when I test with $39=0 HOLD mode is not entered...
This resets $39 to 1? The weird mode is HOLD (feed hold), it blocks most commands, send ~ (cycle start) or a soft reset to exit it.
! is the feed hold realtime command. Set $39=0 to disable "printable" realtime commands when part of a $-setting or comment. Send $$=39 for more...
Motor spec is? I've checked the generated pulse train and the pulse widths are between 1 and 2ms as they should. You may decrease $34 and $35 to...