Hi,
i have a problem with LaserWeb.I have a chinese 5.5W laser engraver with firmware nano_grbl-edge-1.1e.Everything went fine after first install, but the next day when i tried to engrave some photos my laser didnt burn anything.I fixed that by changing the 255 value to 1000 from the LaserWeb settings.But now the blue dot in the Laserweb representing the laser on my machine doesnt move when my laser is engraving and the feed rate of the engraving is always the same no matter what value i choose in the LaserWeb and while my machine is working i see no feedback of XY in LaserWeb.I re-flashed the controller, reset the eeprom, re-install the LaserWeb but nothing.I tried to add the Laserweb-Workspace.json but im new to this Google plus thing.
Does anyone know how i could solve my problem?
Thank you.
Post your GrBL settings here ( type $$ ) in the terminal. Also provide a screenshot on of you gcode settings in LW and also screenshot on how you are preparing the operation
Thank you Ariel for reply.I fixed the XY feedback in LW by changing the $10 from 1 to 0 but the feed rate is still the same no matter what value i choose in LW
@Ion_Ion Your grbl firmware settings are the limiting factor. look at $110 and $111, there you have 500mm/min that translates to 8mm/s and you are trying to go at 50mm/s.
A good reference value is at the end of this page https://github.com/LaserWeb/LaserWeb4/wiki/2.1-Initial-Configuration-GRBL-1.1
Thank you Ariel.I see now were the problem was.