-
I am running GRBL 0.9 with the latest version of BCNC and I cannot get the manual feedrate slider bar or the value input box to adjust the Feedrate of the machine. Am I doing something wrong or not? …
-
The zeroing command relies on opening and closing the serial port, which on Mac and Linux will reset the board. On Windows, to zero we should manually toggle DTR, which will reset the board.
-
Good morning
I have a cnc 3018 I want to change the controller card by a Cronosmaker
I have updated GRBL 1.1f
everything works but the spindle remains on led8 on
have you got an idea
must change …
-
**Peter:** I was trying to speed up our lasercutter for engraving.
Using the following settings it engraves around the same speed as the native hardhard (Morntech).
motion.speed 800
motion.accel: 1200…
-
#### Description
Trying to get RTSP webcam working on CNCjs on a Pi. Working through the help files and it requires FFserver which is no longer a valid function within FFMPEG library. How is best t…
-
--spinup-time and --spindown-time are outputting "G04 Pxxx" as a value in ms, with a decimal point. So an argument like --spinup-time=20s comes out in g-code as "G04 P20000.00000"
This doesn't work…
-
#### Description
The CNCjs did not send G-code to TinyG2 when Missing trigger On get {"qr": 6} even the Planner Buffer >=7.
finally, Planner Buffer reach at 48, tinyG2 has to stop.
#### Ve…
-
Legacy:
https://github.com/gnea/grbl/blob/master/doc/csv/setting_codes_en_US.csv#L6
> 4 | Invert step enable pin | boolean | Inverts the stepper driver enable pin signal.
-- | -- | -- | --
_or…
-
my controls are inverted. when i push the down button the motor go's up, left=right, ....
how can i fix this??
**Versions**
- Candle version: [e.g.: 1.0.11, 1.1.7, 1.2.9b]
- Firmware versi…
-
Hi
I want to control GRBL with another Ardino. Almost eighty percent of the work is completed.
I send the G code and get the machine position correctly, but I miss the line that is running!
At firs…