Separate names with a comma.
Some features disabled for guests. Register Today.
Thank you, Peter. I do not require help with configuration. I honestly believe the PR's I submitted are subtle bugs. I have run the GitHub code on...
I am using a Genmitsu 4040 Pro and using OpenBuilds CONTROL to send the gcode. I was just trying to help out with the open source tool. BTW, the...
That is an issue on my machine where the head is not moving. I think adding the parseInt would resolve this. [edit] grrrr. I had $4 set to 1 -...
I am doing this investigation in the DevTools window. socket.js lives under build/esm/socket.js. That is where I first noticed this issue. But...
I completely agree. It seems odd to me that this is happening, too; these are the last things I would expect. I love the software. It's really...
It appears I have a value in localstorage that is causing the jogRate override to occur. Unfortunately, the $110 is not a valid number and sets...
Nope. This is pretty much a plain vanilla setup. I'm still trying to figure out why a feed rate of NaN is emitted to the websocket. I believe that...
Back to the NaN issue... This is where I started, but I could not recall where I did see it. I realized it was trying to send a Feed command with...
Thanks. Good catch. I don't believe I changed it. It's odd that the screenshot captured 0 for $4. I'll be watchful. I can do all of the motion...
Unfortunately, it is set to 1. Thank you. $$ ... [11:05:25] [ $$ ] $4=1 (stepenable invert,bool) ;Invert step enable pin, boolean
In the underlying settings $("#val-13-input").val() is now '1' (what I refer to as Enabled). Maybe because I patched the code in the JS console I...
I changed the settings above for $13 as it is now stuck at 1
I guess I did not full test that, it appears that $13 stays at Enabled, even when setting it to disabled. $0=10 (step pulse,usec) ; Step pulse...
It appears that $13 may have been skipped in grbl-settings. I added line 269 and the value appears after refresh. setTimeout(function() {...
I swore I downloaded and installed 376 the other day... Unfortunately, the problem still persists. I am using a custom machine. I noticed, looking...
Running on a new Mac (M2 chip) with version 1.0.370.
Thanks for the reply, Peter. It is set to zero, but I set it again using $13=0 and the field remains blank. It always give me this error when I...
Hi, First, thanks for the great support you have shown everyone! I've been having problems getting my CNC to position from CONTROL. I've...