Hello,
I have a RAMPS setup with a Prusa I3 clone for years. I decided to add second extruder and used thingiverse thing number 3160905
Which adds a second extruder, hotend, BLTouch, separate part cooling fans. This uses my D8, D9, D10 outputs of course.. Typical setup, RepRap Full Graphics Display with SD Card enabled (Octoprint), X, Y, Z, E0, E1 connected to their respective pins. Min endstops for X, Y, and Z. BLTouch using ZMAX_PIN. Temp sensors using their respective pins.
I guess now what I need is 5 PWM pins and appreciate some help. I am getting compiling errors after using the awesome configuratior enabling ""
1 for bltouch (assuming BLTouch is supported?) -- Needs servo control..?
1 for hotend fan 1
1 for part-cooling fan 1
1 for hotend fan 2
1 for part-cooling fan 2
Slicers don't seem to support multiple part-cooling fans.. It seems the firmware has to switch between the part-cooling fans depending on which extruder is active.. Of course! I think they accomplish this somehow using the fan multiplexer that uses the server pins, but you get 2 fans and no servos, because of they way the add-on board was designed. I have this add-on board but am not using it because of issues trying to get fans working with another firmware.. Hoping Repetier is able to save me.
My fans are using mosfets, not directly connected to gpio pins of course. I am able to move them to any pins that are available.
Thank you!