diff --git a/config/default/Configuration.h b/config/default/Configuration.h index 34f47bf485..7ef9ce6e76 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -933,6 +933,12 @@ */ //#define FIX_MOUNTED_PROBE +/** + * Use the nozzle as the probe, with the hotend + * assembly attached to a sensitive strain gauge. + */ +//#define STRAIN_GAUGE_PROBE + /** * Use the nozzle as the probe, as with a conductive * nozzle system or a piezo-electric smart effector. @@ -2350,6 +2356,11 @@ //#define DGUS_LCD_UI_FYSETC //#define DGUS_LCD_UI_HIPRECY +// +// CR-6 OEM touch screen. A DWIN display with touch. +// +//#define DWIN_CREALITY_TOUCHLCD + // // Touch-screen LCD for Malyan M200/M300 printers // @@ -2650,6 +2661,7 @@ // Use a single NeoPixel LED for static (background) lighting //#define NEOPIXEL_BKGD_LED_INDEX 0 // Index of the LED to use //#define NEOPIXEL_BKGD_COLOR { 255, 255, 255, 0 } // R, G, B, W + //#define NEOPIXEL_BKGD_ALWAYS_ON // Keep the backlight on when other NeoPixels are off #endif /**