Bring configs up to date with 1.1.x
This commit is contained in:
		@@ -1855,9 +1855,9 @@
 | 
			
		||||
 * LED Type. Enable only one of the following two options.
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
//#define RGB_LED
 | 
			
		||||
//#define RGBW_LED
 | 
			
		||||
 | 
			
		||||
#if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
 | 
			
		||||
  #define RGB_LED_R_PIN 34
 | 
			
		||||
  #define RGB_LED_G_PIN 43
 | 
			
		||||
@@ -1868,11 +1868,11 @@
 | 
			
		||||
// Support for Adafruit Neopixel LED driver
 | 
			
		||||
//#define NEOPIXEL_LED
 | 
			
		||||
#if ENABLED(NEOPIXEL_LED)
 | 
			
		||||
  #define NEOPIXEL_TYPE   NEO_GRB  // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h)
 | 
			
		||||
  #define NEOPIXEL_TYPE   NEO_GRBW // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h)
 | 
			
		||||
  #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba)
 | 
			
		||||
  #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip
 | 
			
		||||
  #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
 | 
			
		||||
  #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255
 | 
			
		||||
  #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255)
 | 
			
		||||
  //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -353,7 +353,7 @@
 | 
			
		||||
#define Y_HOME_BUMP_MM 5
 | 
			
		||||
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
 | 
			
		||||
#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
 | 
			
		||||
//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
 | 
			
		||||
//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
 | 
			
		||||
 | 
			
		||||
// When G28 is called, this option will make Y home before X
 | 
			
		||||
//#define HOME_Y_BEFORE_X
 | 
			
		||||
@@ -661,7 +661,7 @@
 | 
			
		||||
#if ENABLED(BABYSTEPPING)
 | 
			
		||||
  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
 | 
			
		||||
  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
 | 
			
		||||
  #define BABYSTEP_MULTIPLICATOR 1   // Babysteps are very small. Increase for faster motion.
 | 
			
		||||
  #define BABYSTEP_MULTIPLICATOR   1 // Babysteps are very small. Increase for faster motion.
 | 
			
		||||
  //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
 | 
			
		||||
  //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
 | 
			
		||||
  #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
 | 
			
		||||
@@ -1329,7 +1329,7 @@
 | 
			
		||||
  #define FILAMENT_SENSOR_EXTRUDER_NUM 0    // Index of the extruder that has the filament sensor. :[0,1,2,3,4]
 | 
			
		||||
  #define MEASUREMENT_DELAY_CM        14    // (cm) The distance from the filament sensor to the melting chamber
 | 
			
		||||
 | 
			
		||||
  #define FILWIDTH_ERROR_MARGIN        0.5  // (mm) If a measurement differs too much from nominal width ignore it
 | 
			
		||||
  #define FILWIDTH_ERROR_MARGIN        1.0  // (mm) If a measurement differs too much from nominal width ignore it
 | 
			
		||||
  #define MAX_MEASUREMENT_DELAY       20    // (bytes) Buffer size for stored measurements (1 byte per cm). Must be larger than MEASUREMENT_DELAY_CM.
 | 
			
		||||
 | 
			
		||||
  #define DEFAULT_MEASURED_FILAMENT_DIA DEFAULT_NOMINAL_FILAMENT_DIA // Set measured to nominal initially
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user