Bring some configs up to date
This commit is contained in:
		| @@ -87,7 +87,7 @@ | ||||
|  * by the standard Marlin logo with version number and web URL. | ||||
|  * | ||||
|  * We encourage you to take advantage of this new feature and we also | ||||
|  * respecfully request that you retain the unmodified Marlin boot screen. | ||||
|  * respectfully request that you retain the unmodified Marlin boot screen. | ||||
|  */ | ||||
|  | ||||
| // Enable to show the bitmap in Marlin/_Bootscreen.h on startup. | ||||
| @@ -562,6 +562,32 @@ | ||||
| #define Y_STOP_INVERTING true | ||||
| #define Z_STOP_INVERTING true | ||||
|  | ||||
| /** | ||||
|  * Stepper Drivers | ||||
|  * | ||||
|  * These settings allow Marlin to tune stepper driver timing and enable advanced options for | ||||
|  * stepper drivers that support them. You may also override timing options in Configuration_adv.h. | ||||
|  * | ||||
|  * A4988 is assumed for unspecified drivers. | ||||
|  * | ||||
|  * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100, | ||||
|  *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE, | ||||
|  *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE, | ||||
|  *          TMC5130, TMC5130_STANDALONE | ||||
|  * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE'] | ||||
|  */ | ||||
| //#define X_DRIVER_TYPE  A4988 | ||||
| //#define Y_DRIVER_TYPE  A4988 | ||||
| //#define Z_DRIVER_TYPE  A4988 | ||||
| //#define X2_DRIVER_TYPE A4988 | ||||
| //#define Y2_DRIVER_TYPE A4988 | ||||
| //#define Z2_DRIVER_TYPE A4988 | ||||
| //#define E0_DRIVER_TYPE A4988 | ||||
| //#define E1_DRIVER_TYPE A4988 | ||||
| //#define E2_DRIVER_TYPE A4988 | ||||
| //#define E3_DRIVER_TYPE A4988 | ||||
| //#define E4_DRIVER_TYPE A4988 | ||||
|  | ||||
| // Enable this feature if all enabled endstop pins are interrupt-capable. | ||||
| // This will remove the need to poll the interrupt pins, saving many CPU cycles. | ||||
| //#define ENDSTOP_INTERRUPTS_FEATURE | ||||
| @@ -1870,7 +1896,7 @@ | ||||
|  * For Neopixel LED an overall brightness parameter is also available. | ||||
|  * | ||||
|  * *** CAUTION *** | ||||
|  *  LED Strips require a MOFSET Chip between PWM lines and LEDs, | ||||
|  *  LED Strips require a MOSFET Chip between PWM lines and LEDs, | ||||
|  *  as the Arduino cannot handle the current the LEDs will require. | ||||
|  *  Failure to follow this precaution can destroy your Arduino! | ||||
|  *  NOTE: A separate 5V power supply is required! The Neopixel LED needs | ||||
|   | ||||
| @@ -1688,9 +1688,11 @@ | ||||
|   #define MAX7219_DIN_PIN   57 | ||||
|   #define MAX7219_LOAD_PIN  44 | ||||
|  | ||||
|   //#define MAX7219_GCODE       // Add the M7219 G-code to control the LED matrix | ||||
|   #define MAX7219_INIT_TEST     // Do a test pattern at initialization (Set to 2 for spiral) | ||||
|   #define MAX7219_ROTATE     0  // Rotate the display clockwise (in multiples of +/- 90°) | ||||
|   //#define MAX7219_GCODE          // Add the M7219 G-code to control the LED matrix | ||||
|   #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral) | ||||
|   #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain. | ||||
|   #define MAX7219_ROTATE       0   // Rotate the display clockwise (in multiples of +/- 90°) | ||||
|                                    // connector at:  right=0   bottom=-90  top=90  left=180 | ||||
|  | ||||
|   /** | ||||
|    * Sample debug features | ||||
|   | ||||
		Reference in New Issue
	
	Block a user