makerbase-mks / MKS-DLC32-FIRMWARE

The source code of MKS DLC32
GNU General Public License v3.0
69 stars 50 forks source link

Spindle type #10

Open iherbak opened 1 year ago

iherbak commented 1 year ago

Hi. I would like to build the firmware for my laser engraver. With SpindleType::PWM the output is fine, however it is not supporting M4, but the official firmware has no issue with it. Setting to SpindleType::Laser and configuring LASER_OUTPUT_PIN there is no signal.

What is the issue then? How can i enable M4?

Thanks

iherbak commented 1 year ago

You can close it, i found the issue. The compiler was incorrectly included some header files. Sorry for the inconvenience.