-
When I go to connect to my board, it will connect very briefly, then instantly disconnect.
I can connect without issues using CNCjs.
Here is my session log:
12/4/2018 9:55:41 AM Program ----…
-
After using this driver and then going back to bCNC I was not seeing any position reports.
Looks like this driver set $10=2 while the defauilt is $10=1
According to the GRBL wiki $10=2 is not reco…
-
Environment: TensorFlow-gpu r1.1 build from source on Windows 10
I am using the python API of TensorFlow to train a variant of an LSTM.
For that purpose I use the `tf.while_loop` function to itera…
-
Cause of error in the following
config.h line 30:
#include "grbl.h" // For Arduino IDE compatibility.
But in #include "grbl.h" of a line 65+
// COMPILE-TIME ERROR CHECKING OF DEFINE VALUES:
…
-
Hi Guys
So I am getting the images base64 from the following code.
Why would my images I get be extremely small not the normal size when I convert it back?
the normal image is 930x1280 the conver…
-
### Steps to reproduce
1. Share new empty directory from user1 to user2.
2. With user2 upload big file (in this situation it was 35GB) using Windows sync client to shared direcotry.
3. That's al…
-
Working on my GUI and I found that when both mist and flood coolant are enabled and both turned on, they cannot be turned off until both a 0xA0 and a 0xA1 are issued. Also, if the sending of the 0xA0 …
109JB updated
6 years ago
-
Hi, @fra589
My win10 opened it, and it can connect to mega2560,shows:
Grbl 1.1f ['$' for help]
[MSG:'$H'|'$X' to unlock]
[VER:1.1f.20170802:]
[N_AXIS=5]
[OPT:VNM,35,255]
ok$$
2018-06-25 17:…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No (Used script provided in Tensorflow)
- OS Platform and Distribution (e.g.,…
-
I'm very happy to see that you have modified the previous question, but I suggest that your ConvLSTMCell forward process take the following calculations:
ci = torch.sigmoid(self.Wxi(input) +…