💡 Sub-include pins labels
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -56,4 +56,4 @@
|
||||
#define PS_ON_PIN -1
|
||||
#endif
|
||||
|
||||
#include "pins_MKS_BASE_common.h"
|
||||
#include "pins_MKS_BASE_common.h" // ... RAMPS
|
||||
|
@ -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.
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#define BOARD_INFO_NAME "RigidBoard V2"
|
||||
|
||||
#include "pins_RIGIDBOARD.h"
|
||||
#include "pins_RIGIDBOARD.h" // ... RAMPS
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
@ -41,4 +41,4 @@
|
||||
#define E0_AUTO_FAN_PIN 9
|
||||
#endif
|
||||
|
||||
#include "pins_RAMPS_13.h"
|
||||
#include "pins_RAMPS_13.h" // ... RAMPS
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user