-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on development, are new versions (multi-color) of the card planned? #22
Comments
ORD has a 5 extruded machine. I am not sure what electronics it uses. Sent from my iPhone
|
There are 3 extensions for motors in the Motor-Ext header : http://reprap.org/wiki/File:Rambo-conn-aux.jpg |
Thank you. That is extremely helpful. I also investigated using relays (dpdt) to connect the same drive to I had hoped to use the rambo in a new 3d printer, but am pretty Thank you for the pointer to unused pins, and for the excellent suggestions. peace,
On 6/14/2014 3:59 PM, kakaroto wrote:
|
You're welcome. I think using relays would probably need changes to the firmware, and it would be an unusual setup, but I guess it could work if you use some of the free ext-2 pins. |
If you remove the motor connection to an A4988 while it is powered (by some sort of switching) it will very often damage the A4988. You would have to do a really good job with killing the voltage spikes that result from the switch(probably a bad idea though). |
That's a good point, also add the fact that the motors would lose their holding torque which could cause the extruder to move due to the X movement and vibrations. |
Thanks for the heads up. I have noticed with power off, if I move my delta carriage down rapidly, So your point is well taken, I'd definitely need to suppress spikes. I'm *peace, On 6/16/2014 9:55 AM, anderwm wrote:
|
E3d-online is developing a 4 color print hot end.
The rambo can handle 2 extruders. (colors)
So several questions,
Is anyone contemplating card versions that can handle 4 (or 6 or 8) colors?
The rambo has 2 z motor plugs, but apparently they are simply parallel connections for convenience? Not two independently controllable outputs?
I note that although one could implement 4 extruders by 4 motor controllers,
that never are more than one motor active.
If there were a way of selectively enabling/disabling motors in hardware, one could use a single motor controller for any number of extruders.
Software switching heads could output a different "selector" to say
2 pins to select 1 of 4 motors, all driven by 1 motor controller.
There are multiplexers to handle the logic, but...
3) Are there solid state switching devices (like mosfetts) able to handle current flowing either direction to use as switches (meaning able to also handle full current and no power drop).?
(I am unclear what mosfetts can do if they do not have a stable voltage at their source for the gate voltage to be relative to. Motor controllers I see seem to have mosfetts operate in pairs. Motor controller ic's may be as simple as a switching device get to connect or not to a motor. One could use external mechanical relays
but that seems inelegant.)
Are there any un-dedicated logic pins that could be used for selecting extruder?
(2 pins for 4, 3 pins for 8, etc.)
4a) Could the outputs driving the Rambo extruder 1 be re-purposed as multiplexer pins?
Is there a map of "unused" pins anywhere? Pins as yet not dedicated to
other functions?
If the multiplexer selection of motor approach was taken, the primary issue is how to get enough extruder connectors. Little board rel estate and no need for more logic outputs for each motor.
Anyone interested in developing a new board with electronics design skills to do so, I would be happy to hear from you.
ps- by multi-color applies to filament, not the printed circuit board:-)
The text was updated successfully, but these errors were encountered: