Add feature to check&retry CRC read errors on SD.

This commit is contained in:
daid
2014-05-01 12:03:41 +02:00
parent 084134d3c7
commit 8b4c4aa5c3
5 changed files with 88 additions and 2 deletions

View File

@ -191,7 +191,7 @@ void checkHitEndstops()
endstop_x_hit=false;
endstop_y_hit=false;
endstop_z_hit=false;
#ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
#if defined(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED) && defined(SDSUPPORT)
if (abort_on_endstop_hit)
{
card.sdprinting = false;