Tweaks to pins comments
This commit is contained in:
parent
8d3b74cc6e
commit
496fc28dc3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue