Subversion Repositories MK-Marlin

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 1423... Line 1423...
1423
 *
1423
 *
1424
 * SD Card support is disabled by default. If your controller has an SD slot,
1424
 * SD Card support is disabled by default. If your controller has an SD slot,
1425
 * you must uncomment the following option or it won't work.
1425
 * you must uncomment the following option or it won't work.
1426
 *
1426
 *
1427
 */
1427
 */
1428
//#define SDSUPPORT
1428
#define SDSUPPORT
Line 1429... Line 1429...
1429
 
1429
 
1430
/**
1430
/**
1431
 * SD CARD: SPI SPEED
1431
 * SD CARD: SPI SPEED
1432
 *
1432
 *
Line 1488... Line 1488...
1488
// This option reverses the encoder direction for navigating LCD menus.
1488
// This option reverses the encoder direction for navigating LCD menus.
1489
//
1489
//
1490
//  If CLOCKWISE normally moves DOWN this makes it go UP.
1490
//  If CLOCKWISE normally moves DOWN this makes it go UP.
1491
//  If CLOCKWISE normally moves UP this makes it go DOWN.
1491
//  If CLOCKWISE normally moves UP this makes it go DOWN.
1492
//
1492
//
1493
//#define REVERSE_MENU_DIRECTION
1493
#define REVERSE_MENU_DIRECTION
Line 1494... Line 1494...
1494
 
1494
 
1495
//
1495
//
1496
// Individual Axis Homing
1496
// Individual Axis Homing
1497
//
1497
//
1498
// Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1498
// Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1499
//
1499
//
Line 1500... Line 1500...
1500
//#define INDIVIDUAL_AXIS_HOMING_MENU
1500
#define INDIVIDUAL_AXIS_HOMING_MENU
1501
 
1501
 
1502
//
1502
//
1503
// SPEAKER/BUZZER
1503
// SPEAKER/BUZZER