I'm configuring RC8 for the Diamond Hotend.
I compared it with "Marlin - The Diamond Hotend version".
Changes have to be done in the configuration.h file and in the pins_ramps.h (in the old version that was only pins.h) file.
The configuration.h is done.
I have problems with the pins-files.
The section in the old version looks like that:
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
RC8 has a additional Pin for each stepper:
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
#define E0_CS_PIN 42
What does the CS_pin do? What does it stand for? Google did not help.
Thx!
I compared it with "Marlin - The Diamond Hotend version".
Changes have to be done in the configuration.h file and in the pins_ramps.h (in the old version that was only pins.h) file.
The configuration.h is done.
I have problems with the pins-files.
The section in the old version looks like that:
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
RC8 has a additional Pin for each stepper:
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
#define E0_CS_PIN 42
What does the CS_pin do? What does it stand for? Google did not help.
Thx!