ed3 v6 lite and rambo
ed3 v6 lite and rambo
Is there anywhere on the rambo to plug in the fan for the ed3 v6 lite and have it run whenever the machine is on? I'd like to put in a part cooling fan in the fan 1 spot and have it controlled separately from the extruder fan
-
- Printmaster!
- Posts: 458
- Joined: Sun Sep 07, 2014 2:39 am
Re: ed3 v6 lite and rambo
If you want it to run all the time there is no need to connect to the RAMBo, just feed it from the power supply. If you want to have some control over it, like the stock PEEK fan (turns on with activation of hot end, and stays on afterward until hot end is <50C) then connect it to the green terminal block at HEAT1.
"Trust no quote from the Internet." - Abraham Lincoln
- Tincho85
- Printmaster!
- Posts: 659
- Joined: Sun Nov 03, 2013 12:27 pm
- Location: Buenos Aires, Argentina
Re: ed3 v6 lite and rambo
You can also connect it to FAN1 and use:
M42 P6 S255 ----> turns fan ON (max power)
M42 P6 S0 ----> turns fan OFF
EDIT: oh missread it... so you are using FAN1? do you have 2 extruders or something?
HEAT1: peek fan. turns on >50ºc
FAN0: layer fan.
M42 P6 S255 ----> turns fan ON (max power)
M42 P6 S0 ----> turns fan OFF
EDIT: oh missread it... so you are using FAN1? do you have 2 extruders or something?
HEAT1: peek fan. turns on >50ºc
FAN0: layer fan.
Martín S.
Re: ed3 v6 lite and rambo
wiring it straight to the power supply is exactly what I was looking for. (can't believe I didn't think of that)
But now I'm curious. So if I plug the fan in to the same plug as the extruder heat cartridge the fan will automatically turn on the the extruder is >50? Wouldn't this cause the fan speed to vary with the PID?
But now I'm curious. So if I plug the fan in to the same plug as the extruder heat cartridge the fan will automatically turn on the the extruder is >50? Wouldn't this cause the fan speed to vary with the PID?
-
- Printmaster!
- Posts: 458
- Joined: Sun Sep 07, 2014 2:39 am
Re: ed3 v6 lite and rambo
It's not the same connection. Extruder heater should be wired to HEAT0 and extruder fan to HEAT1.dylantep wrote:wiring it straight to the power supply is exactly what I was looking for. (can't believe I didn't think of that)
But now I'm curious. So if I plug the fan in to the same plug as the extruder heat cartridge the fan will automatically turn on the the extruder is >50? Wouldn't this cause the fan speed to vary with the PID?
"Trust no quote from the Internet." - Abraham Lincoln
Re: ed3 v6 lite and rambo
interesting. Well I will give that a try! thank you for the help! Just so I understand better, Is this setup in the rostockmax firmware? I'm assuming if you added a second extruder (not planning on it, just curious) you would want to plug the heater into that HEAT1 spot.
-
- Printmaster!
- Posts: 458
- Joined: Sun Sep 07, 2014 2:39 am
Re: ed3 v6 lite and rambo
Yes, the current Rostock Max firmware is configured this way -> using HEAT1 to control the extruder cooling fan. Connections are shown starting around pg185 of the current Max build manual.
I suspect that you could alter the firmware to use FAN1 instead and free up the HEAT1 output for a second extruder.
I suspect that you could alter the firmware to use FAN1 instead and free up the HEAT1 output for a second extruder.
"Trust no quote from the Internet." - Abraham Lincoln
Re: ed3 v6 lite and rambo
aha, it all makes sense now! Thanks so much for the help and quick responses.