Good morning,
OK, I am confused as to which pin to use for the laser M3,M4,M5 commands on the minirambo board.
In the Pins file I have, this is what I see.
// M3/M4/M5 - Spindle/Laser Control
//
// use P1 connector for spindle pins
#define SPINDLE_LASER_PWM_PIN 9 // Hardware PWM
#define SPINDLE_LASER_ENA_PIN 18 // Pullup!
#define SPINDLE_DIR_PIN 19
In a previous reply, I was told it is on the right side of the PH1 connector, I think you meant the left side.
I am also thinking I can assign the Fan pin, which I think is pin 6,or 8 but not the pin 6 or 8 on the PH1 connector, depending on the fan I am using. Probably Fan1 on the board, which is just Fan in the Pins file. How do I do that, as its confusing which pin 6 is going to be used.
Do I use this entire command? #define FAN1_PIN 6 in the above command for M3?
I am a bit confused by the pins at the moment.
Thanks,
Forbes