Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. PeterA
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 13
    • Posts 96
    • Best 5
    • Controversial 0
    • Groups 0

    Posts made by PeterA

    • RE: Parts Fan Allocation

      You're a Legend, works like a charm. Thank you so much, it seems simple enough when you see it but I was trying all the wrong way. Much appreciated.

      posted in General Discussion
      PeterAundefined
      PeterA
    • Parts Fan Allocation

      Hi all, I have a small issue that I'm hoping is a quick fix. My fan0 on my duet WIFI 2 is not working(no problem its toast) and i have connected my parts cooling fan to fan1. My g code is messed up as it only works as a hot end tool fan. Comes on as soon as the hot end heats up. The actual hot end fan is connected to a 24 v source an is always on already. The fan control on the screen has no effect on the fan speed. my g-code must be messed up, not sure if i have too free up the default F0 first?? the related g-code I have is below. All i would like is to have the parts cooling fan controlled by the screen fan and working on fan1 pin.
      Please help this ignorant brain. Thanks.

      M950 F0 C"fan0" Q500 ;new settings ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ;new settings ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
      M563 P0 S"Mosquito" D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Thanks for your help Veti

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti said in Fan Controll Issue:

      B3950

      Thank you I'll type that in.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti said in Fan Control Issue:

      find the correct beta value in your thermistor

      Evidently my hot end temp sensor
      is as follows:
      2M NTC 3950 100K Ohm High Temperature Resistance

      Could i ask how and what setting to put in to the config.g for this?

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Ill go see where it came from. Sorry not a jumper, I meant the connector from the fans that go onto the board.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti said in Fan Controll Issue:

      B4138

      Thanks for your help.
      Regarding the B4138, i don't have any documentation regarding that. Ive looked through old setups and that's the one that its always used. How could i test this is correct?

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Jip, everything now seems to work, I'll replace the connector, it looks OK but somethings off.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Must be like a faulty wiring connection.??

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Ok.. so after plugging the jumper into always on then back to pin 1 they are now working????

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti said in Fan Controll Issue:

      B4138

      ok, after changing that the fans still don't come on at all. Ive put the jumper onto always on and the fans con on just fine.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti said in Fan Controll Issue:

      M106 P0 S1

      OK ill look into that, but just to confirm its not related to the fan issue?

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      @Veti
      OK, i don't have any issues with the hot end or bed heating up and maintaining temp, not sure i understand the connection with the fans?

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Thanks ill go try, the software rebooted the duet, ill try turn in off and on physically now

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Thanks, I didn't change the connections and it was working, I'm not sure. The first pin Pin0 failed a while back so if you say the config is ok then I guess i have a failed mosfet. Not sure if that's changeable, I've changed a few on my Arduino board.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      The tool fan or hot end fan is always on and i don't want to control that, the parts cooling fan is connected to the pin in the diagram that i circled, and that's the one i want to control. I can not get them to come on at all anymore.

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      It's not working. Or did I misunderstand and I cant control them??

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Ok I'm trying this, hope I understood correctly, I've been through that document but I'm not getting it I guess. Its not through lack of trying 😉

      ; ##### Fans #####
      ; =================

      M950 F0 C"fan1" Q500 ; create fan 0 and fan1 on pin0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
      ;M950 F1 C"Parts Fan" Q500 ; create fan on pin1 and set its frequency
      ;M106 P1 S1 L41 X255 B1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      sorry didnt see that

      posted in General Discussion
      PeterAundefined
      PeterA
    • RE: Fan Controll Issue

      Thank ok ill delete it. then do i change the other code to
      M950 F1 C"fan1" Q500

      Its not my field o expertise?

      posted in General Discussion
      PeterAundefined
      PeterA