A bit of history about Ditto Printing. Ditto Printing was intended to
just be something crude
to print multiple objects, that could be switched on say at a show to
print multiple copies
for people where quality due to variance in filament diameter wasn't
too much of an issue.
There were a few design choices that were made that were less than
ideal, but made for a
good reasons.
1. Filament width was ignored and the steps were just duplicated from
one extruder to another. The reason was to avoid adding extra
calculations to the
main interrupt.
2. It was implemented as a firmware switch instead of the correct way
to implement
it which would have been an SF plugin. The reason for this was
because it was
more convenient as a firmware switch and didn't require rebuilding the
s3g. Doing
it in SF would have allowed for filament diameter variance
calculations. One way to mitigate
this slightly is to pick the midpoint between the 2 filament diameters
and generate
with that size.
3. I was particularly unhappy with not popping up a reminder for it
being on,
from a UI point of view.
The reason I didn't was because we were very slim on available space
on the Replicator
and popping up extra menus took a lot of extra space. (Saying that
now though, we could probably
play a tune instead when it was on at the beginning of a print and
that would be less space).
Ultimate decision was that the user should take some responsibility
for remembering it's on
if they switched it on. (And yes, I've forgotten it's on too :-) )
4. It's completely untested on the Thingomatic and may or may not
work. The plan was to get
a dual extruder for the ToM, but that fell through when Qu-Bd failed
shipped me a keyboard
membrane instead of the ToM extruder. They did make good in the end,
but I don't have that dual
for the ToM. Thinking about it now, dual extruder for the ToM takes
away from the available printing
space on the ToM. If you have a dual ToM and it works, or doesn't,
please let me know.
> Print from SD
> Preheat
> Utilities
> DOUBLE Print from SD
I love that idea. The only issue with that, is that you'll then lose
the ability to Ditto print
from RepG via the Ditto Print setting.