Browse Source

Tweaks to pins comments

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
496fc28dc3
  1. 2
      Marlin/pins_CHEAPTRONIC.h
  2. 2
      Marlin/pins_MEGATRONICS_2.h
  3. 2
      Marlin/pins_MEGATRONICS_3.h
  4. 2
      Marlin/pins_MINITRONICS.h
  5. 2
      Marlin/pins_RAMBO.h
  6. 2
      Marlin/pins_RAMPS_13.h

2
Marlin/pins_CHEAPTRONIC.h

@ -85,5 +85,5 @@
#define BLEN_B 1
#define BLEN_A 0
// Cheaptronic v1.0 does not use this port
// Cheaptronic v1.0 doesn't use this
#define SDCARDDETECT_PIN -1

2
Marlin/pins_MEGATRONICS_2.h

@ -94,4 +94,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Megatronics does not use this port
#define SDCARDDETECT_PIN -1 // Megatronics doesn't use this

2
Marlin/pins_MEGATRONICS_3.h

@ -99,4 +99,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Megatronics does not use this port
#define SDCARDDETECT_PIN -1 // Megatronics doesn't use this

2
Marlin/pins_MINITRONICS.h

@ -78,4 +78,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Minitronics does not use this port
#define SDCARDDETECT_PIN -1 // Minitronics doesn't use this

2
Marlin/pins_RAMBO.h

@ -133,7 +133,7 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN 81 // Ramps doesn't use this port
#define SDCARDDETECT_PIN 81 // Ramps doesn't use this
#else //!NEWPANEL - old style panel with shift register

2
Marlin/pins_RAMPS_13.h

@ -237,7 +237,7 @@
#if ENABLED(G3D_PANEL)
#define SDCARDDETECT_PIN 49
#else
#define SDCARDDETECT_PIN -1 // Ramps does not use this port
#define SDCARDDETECT_PIN -1 // Ramps doesn't use this
#endif
#endif

Loading…
Cancel
Save