Smaller Footprint
-
One of the most restrictive aspects of the Duet Wifi is it's size. Depending on the printer design it can be very difficult to retrofit a significantly large controller (Printrbots come to mind). It would be great to see a Duet board in a footprint similar to something like a Azteeg X5 Mini.
-
What functionality would you like us to drop in order to save space?
-
What functionality would you like us to drop in order to save space?
Ideally we wouldn't want to lose any features
It would be very exciting to see a Duet board which has no integrated stepper drivers bundled with a daughter board similar to the Duex5. The boards could then be stacked vertically to fit into compact printers quite easily.
-
Would it be possible to create a stacked board?
-
What functionality would you like us to drop in order to save space?
Ideally we wouldn't want to lose any features
I don't see how that would be possible, the board seems to be pretty tightly packed as it is. Comparing to the X5 mini isn't really a fair comparison, as the Duet has 1 more stepper driver, more IO (50 pin connector, PanelDue, SD card, PT100 expansions), beefier connectors, etc.
It would be very exciting to see a Duet board which has no integrated stepper drivers bundled with a daughter board similar to the Duex5. The boards could then be stacked vertically to fit into compact printers quite easily.
This would probably add $10-20 to the cost for everyone, since it would mean doing two PCB fab/assembly processes instead of one. Also it would mean introducing a failure point at the stack's connectors. It would also mean the board is taller for everyone, for some printer designs height is the limiting factor. Not saying it isn't possible, but there would be some drawbacks to consider. Cost is probably the biggest one.
-
Just thinking out loud and in reference to a discussion occurring on google deltabots group, if some sort of Can bus type system was employed could not the stepper drivers be mounted on the motors? This would make the controller much smaller, and we can all find space for a stepstick sized board on the side of our motors.
-
Just thinking out loud and in reference to a discussion occurring on google deltabots group, if some sort of Can bus type system was employed could not the stepper drivers be mounted on the motors? This would make the controller much smaller, and we can all find space for a stepstick sized board on the side of our motors.
We're planning to use CAN bus in the future.
-
kelchm, just looking at the X5, for a smaller board would loosing the second extruder stepper, the expansion connector, dropping down to a lower number of microsteps (say 64 or 128 rather than 256) and a lower max current be fine? So for example it would be great for a single extruder desktop size printer but not for a multi extruder large format printer that some are building
-
Just thinking out loud and in reference to a discussion occurring on google deltabots group, if some sort of Can bus type system was employed could not the stepper drivers be mounted on the motors? This would make the controller much smaller, and we can all find space for a stepstick sized board on the side of our motors.
So instead of 4 wires you want to carry at least 6 of them to each motor? Let's not talk about enable, TMC SPI and so on. Using a serial connection (SPI, CAN) to the "stepstick" will still need "logic" voltage and ground, protocol wires AND motor voltage wires. I think the printers as they are today are a big mess of wires anyway. Doing the stepstick remote will just increase this mess.
-
So instead of 4 wires you want to carry at least 6 of them to each motor? Let's not talk about enable, TMC SPI and so on. Using a serial connection (SPI, CAN) to the "stepstick" will still need "logic" voltage and ground, protocol wires AND motor voltage wires. I think the printers as they are today are a big mess of wires anyway. Doing the stepstick remote will just increase this mess.
This is some way in the future, but we're looking at using one RJ11 or RJ45 connector to connect 2 twisted pairs, plus a 2 core power cable to carry VIN power. A typical slave board would drive something like 2 motors, 2 heaters, 2 fans, 2 temperature sensors, and 2 inputs for endstops or other devices. Daisy chaining slave boards would be supported. Users who need to drive a lot of motors would benefit most.
-
Just thinking out loud and in reference to a discussion occurring on google deltabots group, if some sort of Can bus type system was employed could not the stepper drivers be mounted on the motors? This would make the controller much smaller, and we can all find space for a stepstick sized board on the side of our motors.
So instead of 4 wires you want to carry at least 6 of them to each motor? Let's not talk about enable, TMC SPI and so on. Using a serial connection (SPI, CAN) to the "stepstick" will still need "logic" voltage and ground, protocol wires AND motor voltage wires. I think the printers as they are today are a big mess of wires anyway. Doing the stepstick remote will just increase this mess.
That's a fair comment but 3d printers have a lot of wires as they have a lot of electronics in them. I could very happily have an rj45 with cat6 cable to each motor, it would look much less messy than it does now with 4 loose wires to each motor. But what you do get is potentially a controller board of around half the size. A lot of space is taken up by driver chips, capacitors etc..
A lot of duetwifi users seem to be using bigger more expensive printers where fitting the controller into the machine is no problem at all. My compartment under my delta's bed holds a psu, duetwifi, 2 buck converters, and an ssr with room to spare. But my micro delta printer can only fit a ramps/mega board in it with cutouts in the electronics compartment.
-
Have you considered turning your micro delta upside down, i.e. stepper motors and electronics at the top instead of the bottom? You can avoid running heavy power wires up the towers by using a cheap 5-terminal bed heater SSR in the bottom.
-
Hi David, it's designed so that either the electronics or steppers can be at the top or bottom but not both. It really is micro sized the bed is just 100mm diameter and 3x nema 14 motors only just fit into the base, as I have it configured with electronics at the top, motors at the bottom. The bed is heated by a silicone heater at only 40w on 12v so I won't need any ssr's.
http://www.thingiverse.com/thing:1874766
The duetwifi board is physically larger than the electronics compartment. I could use one externally if I wanted to switch over.
-
Maybe turn the board 90 degrees in that case and mount it vertically,
-
Sounds like a custom triangular board with 4 drivers would be perfect! Also for such small motors you don't need TMC2660 drivers, the smaller TMC2130 would be a better match.
-
This would probably add $10-20 to the cost for everyone, since it would mean doing two PCB fab/assembly processes instead of one. Also it would mean introducing a failure point at the stack's connectors. It would also mean the board is taller for everyone, for some printer designs height is the limiting factor. Not saying it isn't possible, but there would be some drawbacks to consider. Cost is probably the biggest one.
Agreed. The Duet Wifi is already expensive, the price being even higher would be a difficult sell.
Basically I'm just envisioning that the main board would have no integrated stepper drivers. It sounds like that sort of design could work well with multiple CAN bus driver boards that are located very close to the stepper motors. This could also have some big benefits in terms of EMI since the stepper motor wires could be much shorter.
-
Basically I'm just envisioning that the main board would have no integrated stepper drivers. It sounds like that sort of design could work well with multiple CAN bus driver boards that are located very close to the stepper motors. This could also have some big benefits in terms of EMI since the stepper motor wires could be much shorter.
Yes, you could do it that way, but the costs would be higher. Each slave board would need a PCB, processor, CAN transceiver, power regulator and connectors, in addition to the stepper driver(s) and any other components moved off the main PCB.
-
There is no one size fits all, We tried to make the DuetWifi be suitible for a wide range of printers, and be easily extendable for a much larger range through the large expansion header.
If only small form factor is important then a minimal board with daughter boards on each stepper driver and a hotend carriage mounted hotend controller board would be the way to go, but it would not be cheaper.
If a lower cost controller is important (while retaining core functionality) then a single extruder board with minimal expand-ability is the way to go.
-
I think it is what it is and is a very well positioned offering. Smaller boards are available though as you say they're either older tech or less expandable. Electronics though always get smaller, and I'm sure 3d printer controllers will do too, some type of standardisation of wiring and connectors would help.
-
John Lydgate said it first (brain teaser for today).