Merge upstream changes from Marlin 2.1.2
This commit is contained in:
@@ -38,5 +38,17 @@
|
||||
#define BOARD_INFO_NAME "Sanguinololu 1.2"
|
||||
#endif
|
||||
|
||||
#define HEATER_BED_PIN 12 // (bed)
|
||||
#define X_ENABLE_PIN 14
|
||||
#define Y_ENABLE_PIN 14
|
||||
#ifndef Z_ENABLE_PIN
|
||||
#define Z_ENABLE_PIN 26
|
||||
#endif
|
||||
#define E0_ENABLE_PIN 14
|
||||
|
||||
#if !defined(FAN_PIN) && ENABLED(LCD_I2C_PANELOLU2)
|
||||
#define FAN_PIN 4 // Uses Transistor1 (PWM) on Panelolu2's Sanguino Adapter Board to drive the fan
|
||||
#endif
|
||||
|
||||
#define SANGUINOLOLU_V_1_2
|
||||
#include "pins_SANGUINOLOLU_11.h"
|
||||
|
Reference in New Issue
Block a user