Page 2 of 4

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 9:45 pm
by AFewSkroosLoose
I have used both slic3r and cura with same result. Fan also can not be run using knob on LCD Temp>Fan. Since fan will not work with knob, I dont think problem is with slicer. I am thinking it is board connection wrong maybe? Thank you for responding. Printer is good but will be awesome with part cooling.

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 9:56 pm
by _kaktus_
Hi
:mrgreen:

Gentlemen, I propose the simplest possible solution to the test :roll:

Use the Gcode command to run this fan :!:

:D

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 10:01 pm
by AFewSkroosLoose
Which gcode command to test the fan? I will insert it into one of my files if I know what command tocuse and try it. Thanks.

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 10:08 pm
by _kaktus_
:D
I recommend reading my manuals on how to run the fans in my printer.
You will certainly find something interesting for yourself, even though our printers are different.

Look into M201 subforum. ;)

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 10:15 pm
by AFewSkroosLoose
Kaktus thanks I will look through your m201 write ups.

Re: Fan problem during operation.

Posted: Mon Sep 03, 2018 10:20 pm
by zonalimitatore

Code: Select all

M106 P0 S255*16
or just

Code: Select all

M106 S255

Re: Fan problem during operation.

Posted: Tue Sep 04, 2018 3:23 am
by AFewSkroosLoose
Okay I figured it out but still not right. Fan must be set to 100% (255) in all cases of slicer settings. Knob on lcd must go to 255 (not even 254) to work...it is only 100% on or 100% off, so really not PWM controlled for experimentation and adjusting with lower speeds. Youtube video "a10 fan weak" suggests fan is 24v fan and only receiving 12v so must be set to max at all times. Maybe try a 12v fan to see if full PWM control will then work. This should be corrected by Geetech to get full PWM control of part cooling fan, yes? Or am i still misunderstanding? Thanks for your help - at least i have some ability to turn on now.

Re: Fan problem during operation.

Posted: Tue Sep 04, 2018 4:22 am
by zonalimitatore
Yep.Or on or off....i dont know why implement pwm and mount a non controlled fan :roll:

Re: Fan problem during operation.

Posted: Tue Sep 04, 2018 11:37 pm
by _kaktus_
Hi
:mrgreen:
zonalimitatore wrote: Tue Sep 04, 2018 4:22 am Yep.Or on or off....i dont know why implement pwm and mount a non controlled fan :roll:
I also don't understand why you are saying that.
To my knowledge, it is possible to control the fan speed smoothly, which has only two wires connected, e.g. +12V and GND.

This was the solution used by the manufacturer. :P

If you are interested in details how it works, it is worth reading a little. ;)

zonalimitatore wrote: Mon Sep 03, 2018 10:20 pm

Code: Select all

M106 P0 S255*16
or just

Code: Select all

M106 S255
I wonder where you got the part of the parameter *16 :?:
Parameters
Pnnn Fan number
Snnn Fan speed (0 to 255)
Sours.

I have a control without it :!:
In my opinion it is wrong and the whole command in this form is ignored by the interpreter.
Would you like to explain to me?

;)

Re: Fan problem during operation.

Posted: Wed Sep 05, 2018 1:15 am
by MichaelK
To test the part cooling fan, you could use the following code: M106 S255
M106 - set fan speed. S255 full speed, S127 50% speed, S0 stop fan.