mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
Rename feedrates followup
This commit is contained in:
parent
1f41914bd1
commit
b1cb2bb9e1
1 changed files with 12 additions and 0 deletions
|
@ -933,6 +933,12 @@
|
||||||
*/
|
*/
|
||||||
//#define FIX_MOUNTED_PROBE
|
//#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
|
* Use the nozzle as the probe, as with a conductive
|
||||||
* nozzle system or a piezo-electric smart effector.
|
* nozzle system or a piezo-electric smart effector.
|
||||||
|
@ -2350,6 +2356,11 @@
|
||||||
//#define DGUS_LCD_UI_FYSETC
|
//#define DGUS_LCD_UI_FYSETC
|
||||||
//#define DGUS_LCD_UI_HIPRECY
|
//#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
|
// Touch-screen LCD for Malyan M200/M300 printers
|
||||||
//
|
//
|
||||||
|
@ -2650,6 +2661,7 @@
|
||||||
// Use a single NeoPixel LED for static (background) lighting
|
// Use a single NeoPixel LED for static (background) lighting
|
||||||
//#define NEOPIXEL_BKGD_LED_INDEX 0 // Index of the LED to use
|
//#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_COLOR { 255, 255, 255, 0 } // R, G, B, W
|
||||||
|
//#define NEOPIXEL_BKGD_ALWAYS_ON // Keep the backlight on when other NeoPixels are off
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue