|
|
|
@ -1406,8 +1406,8 @@
|
|
|
|
|
// Note: Test audio output with the G-Code:
|
|
|
|
|
// M300 S<frequency Hz> P<duration ms>
|
|
|
|
|
//
|
|
|
|
|
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
|
|
|
|
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
|
|
|
|
|
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
|
|
|
|
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// CONTROLLER TYPE: Standard
|
|
|
|
@ -1714,7 +1714,7 @@
|
|
|
|
|
* - Change to green once print has finished
|
|
|
|
|
* - Turn off after the print has finished and the user has pushed a button
|
|
|
|
|
*/
|
|
|
|
|
#if ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED) || ENABLED(PCA9632) || ENABLED(NEOPIXEL_RGBW_LED)
|
|
|
|
|
#if ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED) || ENABLED(PCA9632) || ENABLED(NEOPIXEL_LED)
|
|
|
|
|
#define PRINTER_EVENT_LEDS
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|