Welcome! Log In Create A New Profile

Advanced

problem FAN trigorila

Posted by gosth87 
problem FAN trigorila
March 24, 2017 10:20PM
Hi, I'm new to the forum, I bought a printer anycube tipe delta kossel linear
It has a trigorilla motherboard
I'm new to this world and I do not understand much
The problem is that you never turn on fan 0 or 2
Someone can help me to solve the problem I give them the necessary data
tanks

Edited 1 time(s). Last edit at 03/24/2017 10:23PM by gosth87.
Attachments:
open | download - TE627-E-10-8.jpg (446.6 KB)
Re: problem FAN trigorila
March 24, 2017 11:00PM
If you Google this board you find [www.xcsource-pic.com]

This shows what IO pins are used for each mosfet

With this you can update your firmware with correct IO pins

also M42 will probably work on the additional fans

ie M42 P7 S255 and M42 P7 S0
and M42 P44 S255 and M42 P44 S0
Re: problem FAN trigorila
March 24, 2017 11:09PM
I can not find where the pin in code
Re: problem FAN trigorila
March 24, 2017 11:33PM
How about being a little more forth coming with information?

what firmware are you running?

If it was provided by the manufacturer, how about a link to it so we can see it?

what GUI are you using, how are you attempting to turn on fan0 and fan2

we are not mind readers...

Edited 1 time(s). Last edit at 03/24/2017 11:35PM by Dust.
Re: problem FAN trigorila
March 24, 2017 11:45PM
you are right
This is the firmware provided by the manufacturer anycube for delta kossel
Does not start with the machine
Neither when making impressions
gui is cura 15.4.6
Attachments:
open | download - Anycubic_Kossel.rar (479.4 KB)
Re: problem FAN trigorila
March 25, 2017 03:07AM
ok, they have taken a older marlin firmware and crudely hacked it about

They set the motherboard to ramps, but ramps only supports 3 mosfets. (normally)

But they have updated the board 33 code with

#define FAN_PIN 9
#define FAN2_PIN 44
#define CONTROLLERFAN_PIN 7

Which is correct according to the information in that image.

So maybe its just a g-code generation issue

Turn the machine on

send a "M106 P2 S255" to turn on the second fan, does this work?
This could also be "M106 P1 S255" I don't know if they start counting from 0 or 1


the CONTROLLERFAN is more tricky, it will only engage is the stepper motors are also running, its not for general use

Edited 1 time(s). Last edit at 03/25/2017 03:08AM by Dust.
Re: problem FAN trigorila
March 25, 2017 06:58PM
If I enter the code that happened to me
the result is
M106 P2 S255 ---- no movement
M106 P0 S0 ----- no movement
M106 P0 S255 ---- fan of the printing no movement
M106 P0 S0 ----- fan of the impression movement average as 50% would say
M106 P1 S255 ----- no changes
  M106 P1 S0 ------ no changes
angry smileyRe: problem FAN trigorila
March 25, 2017 09:42PM
The hot end fan always goes on?
To 100%
If so, you could use it directly from a 12V line
And to the other put it in the line of pin7 modifying the code?

Dust in which tab you found
#define FAN_PIN 9
#define FAN2_PIN 44
#define CONTROLLERFAN_PIN 7 ?????
Re: angry smileyRe: problem FAN trigorila
March 25, 2017 10:39PM
I think it's a pwm problem
Playing pin assignment
#define FAN_PIN 9
#define FAN2_PIN 7
#define CONTROLLERFAN_PIN 44


Manage to control the fan of the piece
But when regulating different speeds this reaching 255 stops and emits a shriek
In low of 50 also

Then note that if you applied
#define FAN_PIN 7
#define FAN2_PIN 9
#define CONTROLLERFAN_PIN 44

I could also control this turbofan (by changing it from connector)
With a similar problem will not start if you do not push it with your hand
Sorry, only registered users may post in this forum.

Click here to login