Reprap discount smart LCD have a beeper ? July 13, 2015 04:01AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 04:14AM |
Registered: 9 years ago Posts: 5,232 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 04:18AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 05:00AM |
Admin Registered: 12 years ago Posts: 1,063 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 05:18AM |
Registered: 9 years ago Posts: 17 |
Quote
thejollygrimreaper
how recent is your copy of marlin, i recall there was a issue with a typo on one of the defines that caused the beeper not to work
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 05:24AM |
Admin Registered: 12 years ago Posts: 1,063 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 05:29AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 02:59PM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
sjs_scott
YesterdayQuote
thejollygrimreaper
when did you download it more to the point?
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 03:08PM |
Admin Registered: 12 years ago Posts: 1,063 |
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 03:30PM |
Registered: 9 years ago Posts: 17 |
Quote
thejollygrimreaper
found the culprit ,
in the Marlin_main.cpp file goto line 3169 and look for "defined(ULTRALCD)" it should be "defined(ULTRA_LCD)"
and do the same on line 3180
looks like this still isn't fixed in the main release
after you fix that it should start to work unless there is a similar typo somewhere else
Re: Reprap discount smart LCD have a beeper ? July 13, 2015 05:59PM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
sjs_scott
Quote
thejollygrimreaper
found the culprit ,
in the Marlin_main.cpp file goto line 3169 and look for "defined(ULTRALCD)" it should be "defined(ULTRA_LCD)"
and do the same on line 3180
looks like this still isn't fixed in the main release
after you fix that it should start to work unless there is a similar typo somewhere else
Thanks, I've corrected the typos. But still no sound though
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 01:41AM |
Registered: 9 years ago Posts: 17 |
Still nothingQuote
thejollygrimreaper
Quote
sjs_scott
Quote
thejollygrimreaper
found the culprit ,
in the Marlin_main.cpp file goto line 3169 and look for "defined(ULTRALCD)" it should be "defined(ULTRA_LCD)"
and do the same on line 3180
looks like this still isn't fixed in the main release
after you fix that it should start to work unless there is a similar typo somewhere else
Thanks, I've corrected the typos. But still no sound though
interesting, i can't find where they have the "BEEPER" defined placed, so something a little more drastic to try is this
goto the line 3169 and comment out with two forward slashes eg : "// #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))"
stickthis under it "#if defined (ULTRA_LCD)"
the define at the end about the i2c buzzer can't possibly be right as the buzzer is just wired up to pin 44
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 02:26AM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
thejollygrimreaper
Quote
sjs_scott
Quote
thejollygrimreaper
found the culprit ,
in the Marlin_main.cpp file goto line 3169 and look for "defined(ULTRALCD)" it should be "defined(ULTRA_LCD)"
and do the same on line 3180
looks like this still isn't fixed in the main release
after you fix that it should start to work unless there is a similar typo somewhere else
Thanks, I've corrected the typos. But still no sound though
interesting, i can't find where they have the "BEEPER" defined placed, so something a little more drastic to try is this
goto the line 3169 and comment out with two forward slashes eg : "// #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))"
stickthis under it "#if defined (ULTRA_LCD)"
the define at the end about the i2c buzzer can't possibly be right as the buzzer is just wired up to pin 44
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 03:13AM |
Registered: 9 years ago Posts: 5,232 |
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 03:31AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 03:32AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 03:35AM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
sjs_scott
Btw the beeper must be set to 37 right in pins.h?
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 03:50AM |
Registered: 9 years ago Posts: 17 |
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 04:31AM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
sjs_scott
Quote
thejollygrimreaper
Quote
sjs_scott
Btw the beeper must be set to 37 right in pins.h?
no pin 44
Ah, I changed the beeper to 44 on all beeper defines but still no change,
Re: Reprap discount smart LCD have a beeper ? July 14, 2015 05:06AM |
Registered: 9 years ago Posts: 17 |
Still not getting any soundQuote
thejollygrimreaper
Quote
sjs_scott
Quote
thejollygrimreaper
Quote
sjs_scott
Btw the beeper must be set to 37 right in pins.h?
no pin 44
Ah, I changed the beeper to 44 on all beeper defines but still no change,
i would raise and issue on the marlin github it's broken somwhere. in the meantime copy which i can confirm the beeper works fine clickhere if you end up using it you'll have to set some of the endstop pins back to the originals in pins.h