svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
647 stars 172 forks source link

Servo is not working #399

Closed K0niee closed 1 month ago

K0niee commented 1 month ago

Hello everyone,

I have to make a GRBL plotter for school. I made this via HowToMechatronics, after solving some problems I have the last problem that I can't find. When I want to control my servo with the Mcode (M3 S90) so that the color marker is clamped, it does not respond to the commands. It also does not respond when I change a tool. The plotter goes to the tool change point, does everything except the servo. I tested the servo on an Arduino and it works. My servo is connected to the Z+ pin on the CNC motor shield. I would be grateful if anyone could help me.

K0niee

svenhb commented 1 month ago

If power supply for the servo is ok... I think you use the wrong grbl firmware. You may try version B or C from here: https://github.com/svenhb/GRBL-Plotter/tree/master/Firmware/hex_files How to upload the hex file: https://grbl-plotter.de/index.php?id=quick-guide&setlang=en

K0niee commented 1 month ago

The servo is working, thankyou so much!