💡 Sub-include pins labels

This commit is contained in:
Scott Lahteine 2021-10-19 04:03:03 -05:00
parent b4904cc53e
commit b108741a8e
26 changed files with 26 additions and 26 deletions

View File

@ -31,4 +31,4 @@
// Include SKR 1.4 pins
//
#define REQUIRE_LPC1769
#include "../lpc1768/pins_BTT_SKR_V1_4.h"
#include "../lpc1768/pins_BTT_SKR_V1_4.h" // ... BTT_SKR_common

View File

@ -43,7 +43,7 @@
#define SERVO0_PIN 44 // SERVO1 port
#define SERVO1_PIN 55 // SERVO2 port
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_13.h" // ... RAMPS
//
// LCD / Controller

View File

@ -115,7 +115,7 @@
//
// Import RAMPS 1.3 pins
//
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_13.h" // ... RAMPS
//
// Used by the Hephestos 2 heated bed upgrade kit

View File

@ -30,4 +30,4 @@
#define DEFAULT_MACHINE_NAME "K8200"
#define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
#include "pins_3DRAG.h"
#include "pins_3DRAG.h" // ... RAMPS

View File

@ -50,7 +50,7 @@
#define X_STOP_PIN 3
#define Y_STOP_PIN 14
#include "pins_3DRAG.h"
#include "pins_3DRAG.h" // ... RAMPS
//
// Heaters / Fans

View File

@ -117,4 +117,4 @@
// Other RAMPS 1.3 pins
//
#define IS_RAMPS_EFB // Override autodetection. Bed will be undefined.
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_13.h" // ... RAMPS

View File

@ -34,4 +34,4 @@
#define BOARD_INFO_NAME "MKS BASE 1.0"
#define MKS_BASE_VERSION 10
#include "pins_MKS_BASE_common.h"
#include "pins_MKS_BASE_common.h" // ... RAMPS

View File

@ -58,7 +58,7 @@
#define CASE_LIGHT_PIN 11 // PB5 ** Pin24 ** PWM11
#endif
#include "pins_MKS_BASE_common.h"
#include "pins_MKS_BASE_common.h" // ... RAMPS
/*
Available connectors on MKS BASE v1.4

View File

@ -32,4 +32,4 @@
#define BOARD_INFO_NAME "MKS BASE 1.5"
#define MKS_BASE_VERSION 15
#include "pins_MKS_BASE_common.h"
#include "pins_MKS_BASE_common.h" // ... RAMPS

View File

@ -56,4 +56,4 @@
#define PS_ON_PIN -1
#endif
#include "pins_MKS_BASE_common.h"
#include "pins_MKS_BASE_common.h" // ... RAMPS

View File

@ -25,7 +25,7 @@
* MKS BASE with Heroic HR4982 stepper drivers
*/
#include "pins_MKS_BASE_15.h"
#include "pins_MKS_BASE_15.h" // ... MKS_BASE_common ... RAMPS
/**
* Some new boards use HR4982 (Heroic) instead of the A4982 (Allegro) stepper drivers.

View File

@ -27,7 +27,7 @@
#define BOARD_INFO_NAME "RigidBoard V2"
#include "pins_RIGIDBOARD.h"
#include "pins_RIGIDBOARD.h" // ... RAMPS
//
// Steppers

View File

@ -41,4 +41,4 @@
#define E0_AUTO_FAN_PIN 9
#endif
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_13.h" // ... RAMPS

View File

@ -26,7 +26,7 @@
* V2 and V3 Boards only differ in USB controller, nothing affecting the pins.
*/
#include "pins_MKS_GEN_13.h"
#include "pins_MKS_GEN_13.h" // ... RAMPS
#define ZRIB_V20_D6_PIN 6 // Fan
#define ZRIB_V20_D9_PIN 9 // Fan2

View File

@ -48,7 +48,7 @@
#define E2_ENABLE_PIN 22
#define HEATER_1_PIN 7
#include "pins_MKS_BASE_common.h"
#include "pins_MKS_BASE_common.h" // ... RAMPS
/*
Available connectors on MKS BASE v1.4 (Basically same as ZRIB V5.2)

View File

@ -27,4 +27,4 @@
#define BOARD_INFO_NAME "Azteeg X1"
#include "pins_SANGUINOLOLU_12.h"
#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

View File

@ -44,4 +44,4 @@
#endif
#endif
#include "pins_SANGUINOLOLU_12.h"
#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

View File

@ -42,7 +42,7 @@
#define BOARD_ST7920_DELAY_3 125
#endif
#include "pins_MELZI.h"
#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
//
// For the stock CR-10 enable CR10_STOCKDISPLAY in Configuration.h

View File

@ -26,4 +26,4 @@
*/
#define BOARD_INFO_NAME "Melzi (ATmega1284)"
#include "pins_MELZI.h"
#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11

View File

@ -27,7 +27,7 @@
#define BOARD_INFO_NAME "Melzi (Malyan)"
#include "pins_MELZI.h"
#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
#undef LCD_SDSS
#undef LCD_PINS_RS

View File

@ -34,7 +34,7 @@
#define BOARD_ST7920_DELAY_3 0
#endif
#include "pins_MELZI.h"
#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
#undef Z_ENABLE_PIN
#undef LCD_PINS_RS

View File

@ -34,4 +34,4 @@
#define BOARD_ST7920_DELAY_3 0
#endif
#include "pins_MELZI.h"
#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11

View File

@ -27,4 +27,4 @@
#define BOARD_INFO_NAME "STB V1.1"
#include "pins_SANGUINOLOLU_12.h"
#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

View File

@ -23,4 +23,4 @@
#define BOARD_INFO_NAME "BTT SKR Mini MZ V1.0"
#include "pins_BTT_SKR_MINI_E3_V2_0.h"
#include "pins_BTT_SKR_MINI_E3_V2_0.h" // ... BTT_SKR_MINI_E3_common

View File

@ -64,4 +64,4 @@
#endif
#endif
#include "pins_MKS_ROBIN_E3_V1_1_common.h"
#include "pins_MKS_ROBIN_E3_V1_1_common.h" // ... MKS_ROBIN_E3_common

View File

@ -33,4 +33,4 @@
#define BOARD_INFO_NAME "MKS Robin E3 V1.1"
#endif
#include "pins_MKS_ROBIN_E3_V1_1_common.h"
#include "pins_MKS_ROBIN_E3_V1_1_common.h" // ... MKS_ROBIN_E3_common