From d485988becdc5e70e2913f3f629cc9dd825a7f28 Mon Sep 17 00:00:00 2001 From: Jim Morris Date: Wed, 5 Feb 2014 14:39:45 -0800 Subject: [PATCH] fix typo --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 14e7f78156..dc986fae4a 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -278,7 +278,7 @@ //=========================================================================== //=============================Additional Features=========================== //=========================================================================== -. + #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.