-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from V1EngineeringInc/V1EngineeringInc-SDinitfail
SD init fail issue fix
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
opt_enable \ | ||
SDSUPPORT \ | ||
REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER | ||
|
||
opt_set LCD_TIMEOUT_TO_STATUS "180000" | ||
|
||
opt_add ST7920_DELAY_2 "DELAY_NS(250)" | ||
opt_add ST7920_DELAY_3 "DELAY_NS(250)" | ||
if [ "$MARLIN_VERSION" = "2.0.7.2" ] | ||
then | ||
opt_set SPI_SPEED SPI_HALF_SPEED | ||
else | ||
opt_set SD_SPI_SPEED SPI_HALF_SPEED | ||
fi | ||
|
||
|
||
|
||
echo "- Configured for REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER" >> README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ opt_enable \ | |
SDSUPPORT \ | ||
REPRAP_DISCOUNT_SMART_CONTROLLER | ||
|
||
|
||
opt_disable \ | ||
SHOW_CUSTOM_BOOTSCREEN \ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters