-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: how to add an extra extruder fan to Re-Arm pins file? #13019
Comments
Just about the pins, I use P1_18, P1_19, P1_20, P1_21 and P2_06 with IRF520 for 12v fans with Re-Arm powered with 24v #define FAN_PIN P1_21 // (6) IO pin. Buffer needed - Vcc to IRF520 3.3V - PWM
#define FAN1_PIN P1_18 // (4) IO pin. Buffer needed - Vcc to IRF520 5V - PWM
#define E0_AUTO_FAN_PIN P1_19 // (5) IO pin. Buffer needed - Vcc to IRF520 3.3V
#define E1_AUTO_FAN_PIN P2_06 // (59) IO pin. Buffer needed - Vcc to IRF520 3.3V
#define CONTROLLER_FAN_PIN P1_20 // (11) IO pin. Buffer needed - Vcc to IRF520 3.3V - PWM The fans are working properly but .. I do not know if the problem is related to this configuration, but I lose the serial connection (USB between RE-ARM and Host) every time I use the M43 command. Edit: All is fine, only M43 have issue. |
that is not in the pin file i think that is from the configuration_adv.h file |
the way i tried to do it (and it did not work) #ifndef FAN_PIN |
I use a custom pins file for the Re-Arm but like I said I have some serial com issues so I'm going to restart with defaults config and pins files. Edit: Pins file is fine, only M43 causes serial issues. |
well i hope @thinkyhead will shine some of his magic light on my Q posted at the top |
@thinkyhead what would be the "correct" way of adding a 2nd part cooling fan to re-arm/ramps EFB (extruder-fan-bed) setup? |
I cant´t help with the fans, but i can confirm my Re-Arm is also resetting pretty often when using M43.. It comes back then as Smoothie in the device manager on Win7. |
mine is not resetting at all, but then again i have never had it attached to anything other than octoprint |
so far i have tried this: #ifndef FAN_PIN did not work :-( |
@thinkyhead i also asked on facebook how to add the 2nd part cooling fan and i did not get a clear answer i could understand what is the correct way of adding a 2nd part cooling fan to re-arm ramps pin file? i did try the lines i posted above but it did not work and others have suggested to add could it be anywhere outside an if statement like this: #define RAMPS_D10_PIN P2_05 // (10) #define HEATER_0_PIN RAMPS_D10_PIN #define FAN1_PIN P1_20 // (11) ie just after line 165 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
A bit related to #12961
but how would i add an extra fan so i could control it with M106 P1?
the pins file do not look quite as in the post i found
The text was updated successfully, but these errors were encountered: