jojoxyz

Results 7 comments of jojoxyz

20k https://aws1.discourse-cdn.com/arduino/original/4X/0/e/3/0e303d1834c57b7b58928a0797db4e9d4a0d85de.jpeg Now I've changed the code. To stop reading a new line until the value of x_i and y_i is the same as stepsx and stepsy. according to my...

How can I pause reading from Buffer?

It works now. ` void loop() { mov(); if ( ( x_i == stepsx ) && ( y_i == stepsy )) Commands.available(); // !!!!!!!!!!!!!!! dac.setVoltageA(x_i); dac.setVoltageB(y_i); dac.updateDAC(); } void mov()...

No problem. I'm trying to create a firmware for laser engraving using Galvo. The movement is almost resolved. I still have to make sure that the galvo will have a...

In the end, it would take a communication protocol so that my firmware can communicate with GRBL. specifically with this version. https://lasergrbl.com/

Unit correction (mm) is complete. I won't publish it yet. People also need to work harder. When I'm done, I can mail you my code. Because your library made my...

https://github.com/jojoxyz/Galvo_Laser_laser-engraver_Proj