Welcome! Log In Create A New Profile

Advanced

azteeg x3 buzzer

Posted by nic0laz 
azteeg x3 buzzer
January 28, 2013 06:36PM
Hi!, has anyone made the azteeg x3 buzzer work?.

its connected to pin 33, enabling that on marlin doesnt do anything.

I have tried to contact roy about that, but got no response.

Anyways, if anyone has done it it would be great if info can be shared.

thanks!
Re: azteeg x3 buzzer
January 31, 2013 03:33AM
Hi Nicolaz,

You also have to make the buzzer pin active in pins.h as it is only called when the Ultra_LCD/Newpanel is defined.
Move this out of the Ultra_LCD definition, say place it next to LED_PIN like below.

#define LED_PIN 13
#define BEEPER 33

This would have limited use in its current form without an LCD but you can create your own beep instances in marlin.
Sorry, only registered users may post in this forum.

Click here to login