Welcome! Log In Create A New Profile

Advanced

MarlinTarantula-EasyConfig-1.1.x wrong extruder fan

Posted by Bill L 
MarlinTarantula-EasyConfig-1.1.x wrong extruder fan
March 28, 2022 03:01PM
Stock Tevo Tarantula single extruder small bed

Running Jim Browns MarlinTarantula-EasyConfig-1.1.x (MarlinTarantula-EasyConfig-2.0.x freezes during compiling)

When print starts Fan 2 starts (I don't have a fan 2 and have no idea where the pins are), while Fan 1 stays at 0. Have go into Tune to manually start Fan 1.



Where do I change this?

Help!!!

Edited 1 time(s). Last edit at 03/28/2022 03:01PM by Bill L.
Re: MarlinTarantula-EasyConfig-1.1.x wrong extruder fan
March 28, 2022 06:06PM
You can set this in Startup/End G-Code

//Fan speed 0 - 255
M106 P0 S128 ; P0 = 1nd Fan 
M106 P1 S128 ; P1 = 2nd Fan


Computer Programmer / Electronics Technician
Re: MarlinTarantula-EasyConfig-1.1.x wrong extruder fan
March 30, 2022 01:04AM
Quote
Roberts_Clif
You can set this in Startup/End G-Code

//Fan speed 0 - 255
M106 P0 S128 ; P0 = 1nd Fan 
M106 P1 S128 ; P1 = 2nd Fan

Thank You ... No more plugged extruder. ... At least From my memory !!! lol

That got it to run, but only at 128. Is that what the S128 means? If it is I can increase it there and make P1 S0 ??? Since I don't have a 2nd 1

Do you know where in the firmware to edit it?

Edited 1 time(s). Last edit at 03/30/2022 01:06AM by Bill L.
Re: MarlinTarantula-EasyConfig-1.1.x wrong extruder fan
March 30, 2022 07:08AM
Here is where extruder E1 is configured to a Fan.

Configuration.h
#define MOTHERBOARD BOARD_MKS_GEN_13

pins_MKS_GEN_13.h
#define MOSFET_D_PIN                           7

pins_RAMPS.h
#if DISABLED(HOTEND_USE_E1)
    #if EITHER(HAS_MULTI_HOTEND, HEATERS_PARALLEL)
      #if HOTENDS == 1
        #define FAN1_PIN              MOSFET_D_PIN // Enable 2nd Fan
      #else
        #define HEATER_1_PIN          MOSFET_D_PIN
      #endif
    #endif
#endif

I use the 2nd Fan for the controller cooling Fan // Unless you need extruder E1 as an extruder.
To use a 2nd Fan connect it to E1

Edited 1 time(s). Last edit at 03/30/2022 07:11AM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: MarlinTarantula-EasyConfig-1.1.x wrong extruder fan
March 30, 2022 01:02PM
I'll give it a try

Thank You
Sorry, only registered users may post in this forum.

Click here to login