Browse Source

Tweak kill action #ifdef

Scott Lahteine 8 years ago
parent
commit
48c5f3dddf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

12954
   _delay_ms(250); //Wait to ensure all interrupts routines stopped
12954
   _delay_ms(250); //Wait to ensure all interrupts routines stopped
12955
   thermalManager.disable_all_heaters(); //turn off heaters again
12955
   thermalManager.disable_all_heaters(); //turn off heaters again
12956
 
12956
 
12957
-  #if defined(ACTION_ON_KILL)
12957
+  #ifdef ACTION_ON_KILL
12958
     SERIAL_ECHOLNPGM("//action:" ACTION_ON_KILL);
12958
     SERIAL_ECHOLNPGM("//action:" ACTION_ON_KILL);
12959
   #endif
12959
   #endif
12960
 
12960
 

Loading…
Cancel
Save