Duet maximum achievable step rates
-
@Phaedrux Understood. BTW, with firmware 3.1 and extruders connected to expansion boards, I get extremely high hiccup count using 32X micro stepping. That's with 1.8 degree motors (roughly 400 steps per mm) and in non mixing mode. If I used 0.9 degree motors (800 steps per mm) which is not uncommon, then I would be seeing that high hiccup count using 16X micro stepping. That's how bad the step pulse frequency is with firmware 3.1.
-
@deckingman
What board do you use?
Can you post more details e.g. the motor config section in config.g for others to better understand? -
@LB I'm away from home at the moment but the low step pulse frequency is related to expansion boards and firmware version 3.1.1. The extruders are Bondtech BMGs with steps per mm of about 400 with 1.8 degree stepper motors. I can run these at only 16x microstepping and 30mm/sec retraction speed. Hopefully this situation will be improved with the 3.2 firmware but I'll wait for the beta testing phase to be completed before I attempt to install it.
-
Resurecting this old thread because I've finally got around to testing the step pulse frequency on my 3HC expansion boards. Step pulse frequency is important to me because I use mixing hot ends and when one or more filaments are single digit percentages of the whole, the resultant extrusion amount can be less than one micro-step using 16X. Therefore it is necessary to use 128X micro-stepping but there is also a need to retract the filament at a reasonable fast speed.
Firmware is 3.2.2.
6 extruders in total, 3 connected to each of two expansion boards. Extruder setting - max speed 9000 mm/min, max instantaneous speed 3600mm/sec, acceleration, 6000 mm/sec^2. Other settings as per spread sheet.
Test method. No filament loaded. Retract/unretract distance set to 3mm. Run G10 - G11 - G10 - G11 then check hiccups using M122.
Results
RRF3.2.2 Expansion board step pulse frequency..ods
Please check my maths because my results are less than those shown on @dc42's spread sheet using 3.2 beta1 (the only value shown for 3 motors on a 3HC board). If they are correct, then it looks like the maximum "hiccup free" step pulse rate is around 131kHz or a tad higher (but no higher than 136kHz).
Conclusion. This is now on a par with Duet 2 - maybe a tad better. In any case, it allows me to run my extruders at 128x micro-stepping as is necessary with a mixing hot end, which is acceptable for me personally. So that's one gripe I can cross off my list
-
That's good to hear Ian.
-
@Phaedrux said in Duet maximum achievable step rates:
That's good to hear Ian.
I try to be balanced and give positive comments when something gets fixed, as well as hold your (as in the Duet team) feet to the fire when things are broken.
-
@deckingman I'd expect no less.
-
The SAME51 processor on the EXP3HC, SAME54 used on Duet 3 Mini and SAM4E used on Duet WiFi/Ethernet are all 120MHz ARM Cortex M4F processors. So it's expected that the maximum step rates should be similar. The SAME51 and SAME54 have more cache memory so they might be a little faster.
-
@deckingman said in Duet maximum achievable step rates:
the resultant extrusion amount can be less than one micro-step using 16X. Therefore it is necessary to use 128X micro-stepping but there is also a need to retract the filament at a reasonable fast speed.
I wonder why you used 128x, because with high microstepping of steppers you don't gain precision. I expect you need precision for mixing colors. I would expect to use a low microstepping with a high precision gear (1:16 or similar gear ratio). The low microstepping mode must have a high frequency then.
-
@JoergS5 because he needs high accuracy not high precision. With a mixing hot end you want to still move the unused filaments forward slowly (Ian has written a lot about it on his blog and YouTube!). With that he needs higher microstepping to actually achieve a very slow, constant movement.
Granted, in most 3d printing anything more than 16x (with interpolation) is useless, but this is one of the exceptions
-
@engikeneer thank you for explaining. I'll check Ian's blogs.
-
@JoergS5 said in Duet maximum achievable step rates:
@deckingman said in Duet maximum achievable step rates:
the resultant extrusion amount can be less than one micro-step using 16X. Therefore it is necessary to use 128X micro-stepping but there is also a need to retract the filament at a reasonable fast speed.
I wonder why you used 128x, because with high microstepping of steppers you don't gain precision. I expect you need precision for mixing colors. I would expect to use a low microstepping with a high precision gear (1:16 or similar gear ratio). The low microstepping mode must have a high frequency then.
I wondered that too, and I suspect that it isn't necessary now. However, it certainly was necessary a number of firmware versions ago, because RRF would throw away any commanded extrusion that was less than one microstep. Later firmware versions remember the amount of accumulated extrusion that has been commanded but not done, and do it when it reaches at least a whole microstep.
-
@dc42 I documented it in my blog years ago. When I get chance, I'll post a link which includes the maths and spread sheets.
In a nutshell, if one or more filaments are moving forward as single digit percentages of the whole, at 400 steps per mm (Bondtech or Titan 3:1) for short segments, that can result in an extruder move which is in the order of 1 tenth (IIRC) of a micro step.
So even with carry over of fractions, one would have a series of moves with no extrusion, followed by one move with around 5 times too much.
If you use a 5 input hot end and happened to be using single digit percentages of mixing on 4 if those inputs, the overall under/over extrusion amount can be a significant proportion of the whole.
I did a later blog post, accompanied by a video which clearly showed the improvement that 128x micro stepping gives under those conditions (and that was with carry over of the fractions due to rounding).
-
Thanks Ian, I'll accept your word that it does make a difference. I am surprised though, because my expectation was that stiction in the extruder mechanism, gearing and Bowden tube would cause the filament to move in small jerks rather than continuously.
-
Another thought was, the 6HC and 3HC boards run firmware separately, linked by CAN. A kind of a server farm. Communication through CAN becomes a bottleneck for high step rates. By implementing a common RTC (to sync the boards without the need to communicate it by CAN), it would be possible to use lower interrupt times and higher step rates to dedicated boards, decoupling the timers of the boards. E.g. sending one board compressed instructions how to generate signals for mixed extrusion. 3HC could make the movements and 6HC at high step rates produce the extrusions. Maybe something to think about for RRF4+.
-
@dc42, @JoergS5, @engikeneer Here is a link to the blog post I did back in June 2018.
https://somei3deas.wordpress.com/2018/06/08/why-16x-micro-stepping-is-a-bad-idea-with-mixing-hot-end/To save you reading the entire thing and pouring over the data, here is an extract from my conclusions quote .....
"..............to summarise the spread sheet data, using anything up to 5% mixing ratio at 16x micro-stepping will result in no movement from that extruder. The net result would 10% under extrusion (for a small segment of length 0.5mm) using a 3 input mixing hot end because two extruders wouldn’t move. For a 5 input mixing hot end, 4 of the extruders would remain stationary so the error would be a whopping 20%."
At that time, carry over of fractions didn't happen so the overall effect would be under extrusion. Now that carry over of fractions is applied, that effect is mitigated to some degree. There are many "bad case" scenarios but taking the example shown, potentially one could end up with 20% under extrusion on one segment, followed by 20% over extrusion on the next. Admittedly, by the time those filament moves have gone through the hot end, there would be some mechanical damping effect which would serve to even out the overall flow rate at the nozzle tip. But this rapid segment to segment variation in extruder amount seems to play havoc with pressure advance.
Another bad case scenario is where the extruder amount is 1/10th of a micro step. This can happen with mixing ratios of 2% or less. Taking a 5 input mixing hot end at 92:02:02:02:02 (admittedly that's an unlikely setting) one could end up with 92% overall extrusion for 5 moves (because 4 extruders would be 1 tenth of a micro step), followed by a jump to circa 120% for the next step, followed by another 5 moves at 92% overall extrusion amount (edit, that's assuming step sizes 0.5> are rounded up to one whole step. If it's only fractions that get carried over, then there would be 9 moves at 92% followed by a single move at something much higher).
-
@deckingman thanks for your link, I understand that the main problem is the rounding to/from integer values. I know a similar problem to/from motor positions of the steppers for calculations of rotary actuators. The error can be diminished by finer steps, but the error remains, it's imho a fundamental mathematical problem (loosing information by rounding values / quantization to integer values).
-
@JoergS5 said in Duet maximum achievable step rates:
................. it's imho a fundamental mathematical problem (loosing information by rounding values).
Yes that pretty much sums it up. It's only problem with mixing hot ends where individual extruders can be required to make single digit percentages of what would otherwise be considered "normal" moves. I guess a similar problem might be encountered if one used a very small diameter nozzle and very low layer heights, but in such a case, I would use a highly geared extruder (say 10:1 or more).
-
@deckingman said in Duet maximum achievable step rates:
When I get chance, I'll post a link which includes the maths and spread sheets.
Now that would be
Did you ever have a chance (I had none so far, have to save money for it) to try the new(er)/ish Dyze-Design DyzeXtruder Pro (which has those new gear-tooth) with it´s 5.65:1 reduction-ratio (maybe attached to a 0.9° stepper) -> Or long question short: Have you ever made side-by-side comparisons of different reductions of "up to date" extruders?
-
@LB said in Duet maximum achievable step rates:
@deckingman said in Duet maximum achievable step rates:
When I get chance, I'll post a link which includes the maths and spread sheets.
Now that would be
Did you ever have a chance (I had none so far, have to save money for it) to try the new(er)/ish Dyze-Design DyzeXtruder Pro (which has those new gear-tooth) with it´s 5.65:1 reduction-ratio -> Or long question short: Have you ever made side-by-side comparisons of different reductions of "up to date" extruders?
Scroll up 3 posts to the one dated 23rd Feb
Ref the extruder - no, TBH, I'm happy enough with 6 BMGs that I already have (and now that I only have my pension - I don't have much cash to splash around).