Add feature to check&retry CRC read errors on SD.
This commit is contained in:
parent
084134d3c7
commit
8b4c4aa5c3
5 changed files with 88 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue