Bring some configs up to date
This commit is contained in:
parent
530a13ab6c
commit
650d4313c4
@ -87,7 +87,7 @@
|
|||||||
* by the standard Marlin logo with version number and web URL.
|
* by the standard Marlin logo with version number and web URL.
|
||||||
*
|
*
|
||||||
* We encourage you to take advantage of this new feature and we also
|
* 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.
|
// Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
|
||||||
@ -562,6 +562,32 @@
|
|||||||
#define Y_STOP_INVERTING true
|
#define Y_STOP_INVERTING true
|
||||||
#define Z_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.
|
// 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.
|
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||||
//#define ENDSTOP_INTERRUPTS_FEATURE
|
//#define ENDSTOP_INTERRUPTS_FEATURE
|
||||||
@ -1870,7 +1896,7 @@
|
|||||||
* For Neopixel LED an overall brightness parameter is also available.
|
* For Neopixel LED an overall brightness parameter is also available.
|
||||||
*
|
*
|
||||||
* *** CAUTION ***
|
* *** 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.
|
* as the Arduino cannot handle the current the LEDs will require.
|
||||||
* Failure to follow this precaution can destroy your Arduino!
|
* Failure to follow this precaution can destroy your Arduino!
|
||||||
* NOTE: A separate 5V power supply is required! The Neopixel LED needs
|
* NOTE: A separate 5V power supply is required! The Neopixel LED needs
|
||||||
|
@ -1688,9 +1688,11 @@
|
|||||||
#define MAX7219_DIN_PIN 57
|
#define MAX7219_DIN_PIN 57
|
||||||
#define MAX7219_LOAD_PIN 44
|
#define MAX7219_LOAD_PIN 44
|
||||||
|
|
||||||
//#define MAX7219_GCODE // Add the M7219 G-code to control the LED matrix
|
//#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_INIT_TEST 2 // 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_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
|
* Sample debug features
|
||||||
|
@ -1642,9 +1642,11 @@
|
|||||||
#define MAX7219_DIN_PIN 57
|
#define MAX7219_DIN_PIN 57
|
||||||
#define MAX7219_LOAD_PIN 44
|
#define MAX7219_LOAD_PIN 44
|
||||||
|
|
||||||
//#define MAX7219_GCODE // Add the M7219 G-code to control the LED matrix
|
//#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_INIT_TEST 2 // 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_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
|
* Sample debug features
|
||||||
|
@ -1642,9 +1642,11 @@
|
|||||||
#define MAX7219_DIN_PIN 57
|
#define MAX7219_DIN_PIN 57
|
||||||
#define MAX7219_LOAD_PIN 44
|
#define MAX7219_LOAD_PIN 44
|
||||||
|
|
||||||
//#define MAX7219_GCODE // Add the M7219 G-code to control the LED matrix
|
//#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_INIT_TEST 2 // 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_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
|
* Sample debug features
|
||||||
|
@ -1406,11 +1406,10 @@
|
|||||||
*
|
*
|
||||||
* Select the language to display on the LCD. These languages are available:
|
* Select the language to display on the LCD. These languages are available:
|
||||||
*
|
*
|
||||||
* en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr,
|
* en, an, bg, ca, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
|
||||||
* gl, hr, it, jp-kana, nl, pl, pt, pt-br, ru, sk,
|
* jp-kana, nl, pl, pt, pt-br, ru, sk, tr, uk, zh_CN, zh_TW, test
|
||||||
* tr, uk, zh_CN, zh_TW, test
|
|
||||||
*
|
*
|
||||||
* :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'jp-kana':'Japanese', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'ru':'Russian', 'sk':'Slovak', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Traditional)', test':'TEST' }
|
* :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'jp-kana':'Japanese', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'ru':'Russian', 'sk':'Slovak', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Traditional)', 'test':'TEST' }
|
||||||
*/
|
*/
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
@ -1886,7 +1885,7 @@
|
|||||||
* For Neopixel LED an overall brightness parameter is also available.
|
* For Neopixel LED an overall brightness parameter is also available.
|
||||||
*
|
*
|
||||||
* *** CAUTION ***
|
* *** 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.
|
* as the Arduino cannot handle the current the LEDs will require.
|
||||||
* Failure to follow this precaution can destroy your Arduino!
|
* Failure to follow this precaution can destroy your Arduino!
|
||||||
* NOTE: A separate 5V power supply is required! The Neopixel LED needs
|
* NOTE: A separate 5V power supply is required! The Neopixel LED needs
|
||||||
|
@ -1644,9 +1644,11 @@
|
|||||||
#define MAX7219_DIN_PIN 57
|
#define MAX7219_DIN_PIN 57
|
||||||
#define MAX7219_LOAD_PIN 44
|
#define MAX7219_LOAD_PIN 44
|
||||||
|
|
||||||
//#define MAX7219_GCODE // Add the M7219 G-code to control the LED matrix
|
//#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_INIT_TEST 2 // 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_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
|
* Sample debug features
|
||||||
|
Loading…
Reference in New Issue
Block a user