update code base to Marlin 2.0.9.2
This commit is contained in:
16
Marlin/src/pins/ramps/pins_MKS_BASE_16.h
Executable file → Normal file
16
Marlin/src/pins/ramps/pins_MKS_BASE_16.h
Executable file → Normal file
@@ -16,7 +16,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
@@ -30,30 +30,30 @@
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "MKS BASE 1.6"
|
||||
#define MKS_BASE_VERSION 16
|
||||
#define MKS_BASE_VERSION 16
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO1_PIN 12 // Digital 12 / Pin 25
|
||||
#define SERVO1_PIN 12 // Digital 12 / Pin 25
|
||||
|
||||
//
|
||||
// Omitted RAMPS pins
|
||||
//
|
||||
#ifndef SERVO2_PIN
|
||||
#define SERVO2_PIN -1
|
||||
#define SERVO2_PIN -1
|
||||
#endif
|
||||
#ifndef SERVO3_PIN
|
||||
#define SERVO3_PIN -1
|
||||
#define SERVO3_PIN -1
|
||||
#endif
|
||||
#ifndef FILWIDTH_PIN
|
||||
#define FILWIDTH_PIN -1
|
||||
#define FILWIDTH_PIN -1
|
||||
#endif
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN -1
|
||||
#define FIL_RUNOUT_PIN -1
|
||||
#endif
|
||||
#ifndef PS_ON_PIN
|
||||
#define PS_ON_PIN -1
|
||||
#define PS_ON_PIN -1
|
||||
#endif
|
||||
|
||||
#include "pins_MKS_BASE_common.h"
|
||||
|
Reference in New Issue
Block a user