Commit 05b25cf9 authored by MagoKimbra's avatar MagoKimbra

Add SD_DISABLED_DETECT

parent a47bdc6e
......@@ -420,6 +420,13 @@
#define STEPS_PER_CUBIC_MM_E (axis_steps_per_unit[E_AXIS + active_extruder] / EXTRUSION_AREA)
#endif
/**
* SD DETECT
*
*/
#if ENABLED(SD_DISABLED_DETECT)
#define SD_DETECT_PIN -1
#endif
#if ENABLED(ULTIPANEL) && DISABLED(ELB_FULL_GRAPHIC_CONTROLLER)
#undef SD_DETECT_INVERTED
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment