Duet2 or Duet3 for new Jubilee build
-
I thought I had made up my mind to use a Duet3 with tool boards to simplify my wiring but thought I would throw this out here and see if there is any consensus about which system to use.
So, If you were building a new printer with tool changing capability, what would you use for the controller Duet2 with Duex5 or Duet3 with tool boards?
A secondary reason for me asking this is that we seem to have a lot of finicky issues going on lately (based on the forum) with the Duet3 eco system.
Share your thoughts! -
Two Mini5+ connected +2 tool boards?
This is the solution i want to implement one day.... -
@diy-o-sphere, that's an odd combination. How would you connect two mini5's to run one printer ????
-
@jens55
It is supported by the firmware.
https://forum.duet3d.com/topic/20587/duet-3-mini-5-future-expansion-options/8 -
@diy-o-sphere, cool ... but why would you go that route? What extra features does it get you ?
-
@jens55
That' s cheaper than the 6HC with expansion and i will need 11 drivers.
And with the new 1LC tool board input shaper will be supported soon.
Also the can bus makes wiring much easier.
For me, a Duet2 is no longer an option. -
@diy-o-sphere, got it. Agreed on the CANbus. I think that simplifies things a lot and makes the wiring more reliable. I was just a bit concerned with all the issues that were reported. Most of that is expected with the fast development pace but I don't need CAN that badly if I end up with other issues.
There have been comments about people having issues with attached SBC's and actually reverting back. Well, the Duet3 6HC doesn't have wifi on the board so if I want to run wifi, I need the SBC. -
@jens55
I partially agree with you. Fortunately, I rarely need a SBC.
You always have to gain experience with a new technology.
I hope that the problems can be solved quickly. -
In theory, Canbus and tool boards would be the way to go. However I'd hold fire for now (which is what I'm doing) because gen 3 firmware still isn't reliable enough (IMO) even after nearly 2 years. I'm running a version of the latest beta but still have unresolved issues. I reported the latest problem via a different medium to these forums on 26th April and have been away for a week. Bit disappointed to find that nothing has happened in the intervening period. Maybe in another year or so.....
-
@deckingman are we talking esoteric stuff that the average human likely wouldn't see or are we talking stuff that is used everyday by an average person spending way too much money to just print little toy boats all day every day?
-
@jens55 are the TMC2209 drivers on the Duet 3 Mini sufficient to drive the Jubilee motors? If so then I suggest you start from that. You can expand it via CAN bus, and you can also add two mode drivers on a daughter board.
-
@dc42, yes it's just a standard Jubilee I am building so the drivers should be fine. The reason I was thinking 6HC board is because it is only $100 USD more and I won't be kicking myself at a later point for saving a few dollars. I am a bit concerned about there possibly being a hardware upgrade in the works though.
-
@jens55 said in Duet2 or Duet3 for new Jubilee build:
@deckingman are we talking esoteric stuff that the average human likely wouldn't see or are we talking stuff that is used everyday by an average person spending way too much money to just print little toy boats all day every day?
Dunno - what is an average user? Given that you (and I) want to build a tool changer, then that likely means using expansion boards of one sort or another. Most of the problems I have encountered (and still encounter) are related to the use of expansion boards. Whether that is related to CanBus or some other aspect of expansion boards, I'm not qualified to say.
The latest 3.3. beta3 broke my printer yet again. I use M116 in a macro to wait for temperatures to stabilise. When this was executed, the board reset and this lost all it's homing status. Apparently this was due to something called a stack overflow.
I'm currently running another binary which has fixed that issue but this gives other error messages such as "Warning: Discarded msg src=3 typ=4510 RID=80 exp 81". That's what I reported on 26th April but I'm still waiting for a fix.
-
@jens55 said in Duet2 or Duet3 for new Jubilee build:
@dc42, yes it's just a standard Jubilee I am building so the drivers should be fine. The reason I was thinking 6HC board is because it is only $100 USD more and I won't be kicking myself at a later point for saving a few dollars. I am a bit concerned about there possibly being a hardware upgrade in the works though.
If you are using the Recommended LDO Motors for x/y then IIRC the recommended drive current for them is around 2.4 amps don't think the 2209's can supply that but I could be wrong on both counts my Jubilee is at about the 80-90% complete at the moment. but I have a 6HC plus a 3HC on mine it will have 3 tools plus an ASMBL Tool so 9 drivers is sufficient
@DIY-O-Sphere would be interested to know how you came up with the figure of 11?hth
Doug
-
@deckingman, the stack overflow is fixed in firmware 3.3RC1+1 and we are about to release 3.3RC2. Unfortunately when using RTOS, there are as yet no good tools for establishing how large the size of each task stack needs to be. If we make them too large than that wastes RAM, which we can't afford to do on the Duet 2 builds. So we set them to a high value initially, then after doing things that we think use maximum stack, use M122 to see how much spare is left. The we remove some (not all) of that spare. However, it sometimes happens that certain configurations that we haven't tested with use a lot more stack than normal, which is why in beta releases a few users sometimes report stack overflows.
The warning messages are nothing to worry about because we established that they are duplicate "success" messages; but on my list to investigate further and fix.
-
-
@dougal1957 said in Duet2 or Duet3 for new Jubilee build:
If you are using the Recommended LDO Motors for x/y then IIRC the recommended drive current for them is around 2.4 amps don't think the 2209's can supply that but I could be wrong
Just looked it up the x/y motors are 2 amp motors and you wouldn't run them at 100% power but it is getting close to the driver limit so a good point.
-
-
@jens55 said in Duet2 or Duet3 for new Jubilee build:
@dougal1957 said in Duet2 or Duet3 for new Jubilee build:
If you are using the Recommended LDO Motors for x/y then IIRC the recommended drive current for them is around 2.4 amps don't think the 2209's can supply that but I could be wrong
Just looked it up the x/y motors are 2 amp motors and you wouldn't run them at 100% power but it is getting close to the driver limit so a good point.
yes they are 2amps RMS so you would run close to that in fact I do know that the devs use around 2.4 amps to them to get the additional speed out of them (They are high Temp motors as well)
-
@diy-o-sphere said in Duet2 or Duet3 for new Jubilee build:
AS jens has asked what are the tool parking motors and wouldn't you need 3 if you have 3 tools?