Rename feedrates followup

This commit is contained in:
Scott Lahteine 2021-02-27 18:22:22 -06:00
parent 1f41914bd1
commit b1cb2bb9e1

View file

@ -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
/**