If you are using the Marlin based firmware be sure to go through the Rigidbot configuration.h and copy all the required parameters.
Set or leave the motherboard assignment as RAMPS_13_EEB in configuration.h
This tells it it's going to be Extruder Extruder and Heated Bed but we're going to trick it to include fan and correct the heaters pins as labeled, the rest is already correct for the board assignement:
The following will assign all pins correctly as they are labeled on the actual board.
in pins_RAMPS_13.h changed the following:
#if MB(RAMPS_13_EFF) to #if MB(RAMPS_13_EEB) // <--- EBB has 90% of the values we need, but we rename it EFF to EEB so that it keeps the fan assignment from EFF then change the pins on the following lines to correspond.
#define FAN_PIN 7
#define HEATER_0_PIN 9
#define HEATER_1_PIN 10
#define HEATER_BED_PIN 8
--
You received this message because you are subscribed to the Google Groups "H-bot and CoreXY 3d printers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h-bot-and-corexy-3d-...@googlegroups.com.
Visit this group at https://groups.google.com/group/h-bot-and-corexy-3d-printers.