Scheda SD non rilevata (risolto) July 19, 2016 03:21PM |
Registered: 9 years ago Posts: 474 |
#define EEPROM_SETTINGS #define EEPROM_CHITCHAT // Uncomment this to enable EEPROM Serial responses. //#define DISABLE_M503 #define SDSUPPORT // Enable SD Card Support in Hardware Console //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication //#define SD_EXTENDED_DIR // Show extended directory including file length. Don't use this with Pronterface //#define SD_DISABLED_DETECT #define SD_DETECT_INVERTED #define SD_FINISHED_STEPPERRELEASE true //if sd support and the file is finished: disable steppers? #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place. #define SDCARD_RATHERRECENTFIRST //reverse file order of sd card menu display. Its sorted practically after the file system block order. //#define MENU_ADDAUTOSTART //#define SD_SETTINGS // Uncomment to enable #define SD_CFG_SECONDS 300 // seconds between update #define CFG_SD_FILE "INFO.CFG" // name of the configuration file #define LCD_LANGUAGE it #define DISPLAY_CHARSET_HD44780_JAPAN // this is the most common hardware //#define DISPLAY_CHARSET_HD44780_WESTERN //#define DISPLAY_CHARSET_HD44780_CYRILLIC #define SHOW_BOOTSCREEN #define STRING_SPLASH_LINE1 "v" SHORT_BUILD_VERSION // will be shown during bootup in line 1 #define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
Re: Scheda SD non rilevata July 19, 2016 04:09PM |
Registered: 11 years ago Posts: 6,409 |
Re: Scheda SD non rilevata July 19, 2016 04:37PM |
Registered: 9 years ago Posts: 474 |
Re: Scheda SD non rilevata July 20, 2016 07:10AM |
Registered: 9 years ago Posts: 474 |
Re: Scheda SD non rilevata July 20, 2016 12:39PM |
Registered: 9 years ago Posts: 474 |