makerbase-mks / MKS-DLC32-FIRMWARE

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

$beep_status can't work properly #11

Open KnightSin opened 1 year ago

KnightSin commented 1 year ago

hi!

I found a bug and tried to fix it

The problem is located at Firmware\Grbl_Esp32\src\mks\MKS_TS35.h

Change the contents of this file to the code in next

line 29

if defined(USE_BEEP)

define BEEP_ON ts35_beep_on()

define BEEP_OFF ts35_beep_off()

else

define BEEP_ON

define BEEP_OFF

endif