-
Each time I start a Job or just issue a simple "Move to Parking position", the Z-axis crashes into the upper limit switch and puts the grbl controller into ALARM state.
-
Please answer the following questions.
What version of the firmware are you using?
0469e7b of Devt, spi_daisy_4axis_xyz
fc6926d of master with spi_daisy_4axis_xyz
Is the problem repeatable?
…
tsipa updated
4 years ago
-
This issue will automatically convert a Grbl_Esp32 machine definition file to FluidNC YAML format.
Change YOUR NAME in the title to some string that identifies your machine configuration.
IMPORT…
-
Hello,
I use grbl 1.1 in my cnc machine all is ok but the Y axis has a deviation of 1,5mm in 300mm. Exist some command to fix it?
Best regards
gnurc updated
4 years ago
-
What about a new $33 command to say VARIABLE_SPINDLE = yes/no ? This would avoid the necessity to recompile & reload the Grbl firmware every time laser to spindle or vice-versa was changed...
-
Hi.
I'm running my DIY laser with mks sboard 1.3, firmware for TTL 1.23 and solenoid connected to pin 2.6 and lightburn. I've got problem with air assist - it turns on as gcode is executed, but doesn…
-
1. Loaded newest version of Arduino 1.8.13
2. Loaded GRBL library in C:\Program Files (x86)\Arduino\libraries\grbl
3. Disconnected all cables from the board except USB and external power supply
4. …
-
What is the preferred approach to add support for instruments that do not use SCPI to interface with the adapters. My thinking would be to write an interpreter to convert the non-ascii commands to SCP…
-
Hello, I'm fairly new in GRBL world. I've made a 3 Axis machine for myself with this ARM build here https://github.com/robomechs/6-AXIS-USBCNC-GRBL
I've implement a streaming GCode routine in order t…
-
I need create stand-alone controller, with 10...20 lines of g-code. Control through physical buttons like start, stop/home. Home position via limit switches.
Is it possible?
How it make with grbl?