Make MAX_EXTRUDERS always 6
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#ifndef __PINS_H__
|
||||
#define __PINS_H__
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
#define MAX_EXTRUDERS 6
|
||||
|
||||
#if MB(RAMPS_13_EFB) || MB(RAMPS_14_EFB) || MB(RAMPS_PLUS_EFB) || MB(RAMPS_14_RE_ARM_EFB) || MB(RAMPS_SMART_EFB) || MB(RAMPS_DUO_EFB) || MB(RAMPS4DUE_EFB)
|
||||
#define IS_RAMPS_EFB
|
||||
@ -658,10 +658,6 @@
|
||||
#define SUICIDE_PIN -1
|
||||
#endif
|
||||
|
||||
#ifndef MAX_EXTRUDERS
|
||||
#define MAX_EXTRUDERS 5
|
||||
#endif
|
||||
|
||||
#ifndef NUM_SERVO_PLUGS
|
||||
#define NUM_SERVO_PLUGS 4
|
||||
#endif
|
||||
|
@ -131,7 +131,6 @@
|
||||
|
||||
#define RADDS_EXT_MSI_PIN 69
|
||||
|
||||
#define MAX_EXTRUDERS 6
|
||||
#define BOARD_INIT() OUT_WRITE(RADDS_EXT_VDD_PIN, HIGH)
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user