Evolution of a Blog

This blog has evolved as I have as a maker. It starts at the beginning of my journey where I began to re-tread my tires in the useful lore of micro electronics and the open-source software that can drive them. While building solutions around micro-electronics are still an occasional topic my more recent focus has been on the 3D Printing side of making.

Saturday, November 25, 2017

Photographing Calibration Cubes

If it is worth doing it is worth doing over the top!  So it is when it comes to me taking photographs of calibration object (3DSlaTest).  The goal is to get consistent images so one cube can be compared to another easily.  My set setup is shown below.  The components of this setup are as follows:
  1. iPhone6
  2. Mount for iPhone6 from Thingiverse
  3. Lighting - Strip LEDs in a 3D Printed Frame
  4. Macro Lens for iPhone
  5. 3D Printed Cube Stand 
  6. 3D Printed Square Mount for Calibration Cube
  7. 3D Printed Backdrop Holder from Thingiverse
  8. Craft Paper for Backdrop




After Cropping

Wednesday, November 22, 2017

What $1000 SLA/DUP/DLP Printer Would I Recommend?

This was the year that you could start to buy (as opposed to build) a 3D Printer based on curing liquid resin (rather than melting plastic) for $500.  Pretty amazing when you consider where the costs of printers in this technology sector have been priced.  Of course at that price point you are going to have to make some sacrifices but at that price it is worth it!

The printers we are talking about come in three flavours.

The first, and the one that has been around the longest, uses a laser to cure the resin.  They are commonly called SLA printers which stands for (S)tereo(l)ithography (A)pparatus.  In reality, however, all of the 3D Printers in this category fit this title given its definition includes the following: optical fabrication, photo-solidification, or resin printing!  We will, however, just call the branch of the family that uses lasers to be SLA printers.  Think Formlabs Form 1 and Form 2.  The x/y resolution on a laser based printer will be 100um ish to 200um ish.

The second flavour is called Direct Light Processing (DLP) and uses a projector.  Think Moonray or B9Creator.  Some of these types of printers are capable of x/y resolutions of 30um - though with a smallish build size.

The third is called Direct UV Printing (DUP) and it uses UV light passing through an LCD display.  This is what the Wanhao D7 uses.  These types of printers are typically getting resolution of 50um on the x/y axis.

Generally these printers project onto the bottom of a vat of resin with a build plate that is dipping onto and off the build surface.  The z-axis will be capable of resolutions from 10um to 100um.  The whole workflow process for resin based printing is very different that for FDM and is described here.

At this moment there seem to be four major choices for a cheap printer in the resin printing space:
  1. You can build one from a kit or even from scratch as the parts are pretty common and there are both kits and good DIY instructions available.
  2. You can get a Wanhao D7...or any one of the numerous clones that look just like it.  I am not sure who was actually first here.  Wanhao is a cloner but are they also a clonee?  Here is an earlier article about the D7 ... note that a lot has improved since then.
  3. You could buy into one of the already released, or very soon to be released, crowd funded printers.  Two top this list, the Moai SLA 3D Printer ($1250) and the Phrozen Make DUDP 3D Printer ($980).
  4. You could wait for one of the many other crowd funded projects to come to fruition.  There are at least a dozen on Kickstarter with many of them having characteristics shared by the Wanhao D7 and the Phrozen Make.
Sooooo...what would I recommend?  I honestly do not know!  The market will mature a lot in the next 12 months so waiting could be your best option,  If you absolutely can not wait, and must be under $1000, then I would get a Wanhao D7.  Quality has been improving, there is a great support community, and they are ahead of the rest of the pack in terms of release date and number of printers in the system.

If you can go a little above $1000 then the Moai at $1250 is probably worth considering.  I don't have any hands on experience but it has a very enthusiastic following.  One slight catch...it is a kit!

A printer to watch in the short term is the Phrozen Make.  It enhances the basic D7 design with what looks like a better z-axis, and what will certainly be a better UV illumination for more even curing of prints.

Sunday, November 12, 2017

Methods for Creating a Mask for a DUP/DLP 3D Printer (running NanoDLP)

As evidenced by recent posts on this blog I have been busy creating masks for my Wanhao D7 printers.  I actually have masks that work but what I don't have is an easy process that can be done by anyone without a lot of extra hardware or specific knowledge.

Some of the techniques that can be used to create a mask are as follows:


Mask Creation Wizard of NanoDLP
Tools needed:  Light meter
Process: Project a grid of cells for measurement and adjustment.  Find the lowest light intensity cell using the light meter.  It will be one of the corners.  Note the light meter reading.  Adjust the grey value in all the other cells to match that of the lowest cell just noted.  Press the button to generate a new mask image.
Advantages:  Minimal investment in tools and/or technology (can even use a multimeter connected to a battery and voltage divider photo resistor as discussed here).
Disadvantage: Cumbersome and extremely tedious process.
Comments: Remember that the default screen orientation in NanoDLP is not the orientation of the Wanhao D7!


Measure, Calculate, Generate Mask
Tools needed:  Light meter and software to generate a mask. Note that I have developed two light meters that I need to release to the public domain. Both based on Arduino Nano's.
Process: Measure the light intensity using either a physical grid or the grid of cells projected by NanoDLP.  Use that set of measurements to model the mask with output being either an actual image file or the inputs needed by the NanoDLP Mask Generation Wizard.  
Advantages:     Moderate need for additional tools and/or technology.  Relatively easy process.  Flexibility to use the data to generate masks for different uses of the build plate.
Disadvantage: Thus far there has been limited success in creating a really good mask using this technique.
Comments: Garage Science has a piece of software that does build a mask but it does not seem to work for the D7 resolution.  When I fed it data from a D7, but using a lower resolution in the same aspect ratio, the mask was no more effective than the Excel model that I have developed.  A number of people on the Wanhao D7 FB Group has said that a model will not work but I do not understand why.  I am assuming it is just a matter of my not having the right maths skills!


Measure, Automatically Adjust, Generate Mask
Tools needed:  Light meter integrated with  software running on the printer attached Raspberry Pi..
Process: Measure the light intensity using either a physical grid or the grid of cells projected by NanoDLP.  First find the dimmest corner.  Then project a grid of cells, one at a time, so the meter can be placed on each cell.  With the meter measuring the cell adjust its intensity using a mask value until it is equal to that of the lowest cell.  Output the matrix of mask values for input to NanoDLP (or generate a mask).
Advantages:  Should generate an excellent mask (though I have not had time to do so yet).
Easy to run once set up.
Disadvantage: Fairly complex requirement for integrating a meter and software solution.  


Photo Interpretation
Tools needed:  Camera (e.g Smartphone) and Image Processing Software (e.g. Gimp, Photoshop, etc)
Process: Take a photo of the light pattern projected by the UV LEDs.  Manipulate it into a mask using something like Gimp or Photoshop.
Advantages:  Can be done without any addition of hardware or software on the printer
Disadvantage: Requires a very fiddly setup for the camera to be positioned above the build plate precisely.  Fairly complex process of translating the image to a mask.
Comments: I think this approach is the most promising to meet my requirement of something that most people could do.

Saturday, November 11, 2017

What Entry Level FDM Printer Would I Recommend?

I was recently asked what entry level FDM printer would I recommend in the price point of around 300 GBP.  The printer would be an XMAS present for a young lad but I think Dad might be interested in some tinkering as well.

The more I looked at this the more I kept coming back to the same printer.  Obviously cost was the first filter but to that I added the following requirements:

  • Active user community for assistance
  • Open design so you it can be modified/enhanced in the future
  • Not tied to a single source for filament
  • Reasonably mature product (e.g. been in the market long enough to iron out the kinks)
  • Sturdy construction - steel frame - for accuracy and durability

When I toss all this together the printer that I come up with is the Wanhao I3 Duplicator.  It comes in two versions with the Plus being 340ish and the regular version 300ish.   The extra cost for the plus gives you smaller printer as they integrated the two parts of the original printer (power supply and controls were in their own enclosure) into a single part.  It also gives you a larger touch screen and moves from a tiny micro SD card back to the more easily handled larger format.  I think it would be a 40 quid well spent for the upgrade.

The printer can be purchased on Amazon where it gets very good reviews.  The Plus is a fairly recent offering but the original version has been around long enough to work out initial kinks (of which there were numerous).  

The printer is based on the popular Prusa I3 design which is probably the most common style of printer in the market.  It was the design of the first printer that I owned, which was a kit build, and which is covered in depth earlier in this blog.

One of my requirements for a printer is that it be open to customization.  While even a closed design can be hacked going into the equation with the printer being open makes it a lot easier.  One of the cool things about having a 3D Printer is being able to print your own enhancements!  Searching Thingiverse for Wanhao I3 Mods makes it clear that there is a lot of opportunity for this given the number of designs already out there.

There are a lot of Wanhao I3s out there in the ecosystem.  In the 3D Printers group on Facebook it was by far the most recommended printer when someone asked the same question that spawned this article.  There is also a group on Facebook for people interested in this printer with 14k members (and one for the Plus with 3k members).  There is also a forum sponsored by Wanhao on Google Groups for their I3 Duplicator (and other printers).  You will not lack for community support if you own one of these printers!  In fact, due to the nature of Wanhao as a low cost manufacturer, most of the support that one should expect will likely come from said community.

Finally, a note on Wanhao.  IMHO, if you look up "Low Cost China Clone Manufacturing" in the dictionary the picture there would be of the Wanhao logo.  I have owned three of their products, a stable FDM printer, the Duplicator 4s, and now I have two Duplicator 7s, a brand new entry of a resin based printer into the low cost market.  Wanhao takes a proven design that is out in the market at a higher price point and clones it for low cost production and they do a very good job of it...in the end!  In the beginning, however, their process seems to be a little rough as they release products into the wild that are, for all practical purposes, beta products.  The user community then helps them debug those products.  They did this with the I3 and some of the early experiences were pretty bad.  They have done this with the D7, and again, some of the early experiences have been definite learnings for them.  They do react with continuous improvements though.  I would caution someone against buying into any new Wanhao product until at least six to nine months have gone by unless they know what they are doing!  In the case of the I3, however, they are well past the intro pain!

Finally, this morning when I got up I was going to post a question to the members of the 3D Printers group on Facebook asking for opinions on the Wanhao I3 printers.  Ironically, someone beat me to it with this post (assuming that you are also a member of the group).  The feedback seems to be coming in as largely positive.

Feedback from the 3D Printing Group on Facebook




Sunday, November 5, 2017

NanoDlp and the topic of Masks - Part 6 - The End of the Meter

The meter, at least as I envisioned it, is dead.  Like the dinosaurs and the dodo bird, the meter just has no future given a better way of doing a mask.  That is via real time interactive measurement.

This is how the NanoDlp Mask Generation Wizard is intended to work, and while it does work, it is painful and tedious.  NanoDlp displays an image of squares.  You measure the light from those squares to find the one that is least bright.  You then adjust all the other squares to be the same light level.  The mask level for the least bright cell will be unadjusted (255).  The rest will be lower values as the lower the value the darker the grey and the less light is passed through.

So enter a little bit of software that was what I should have been working on since I started this series of articles.  Display a square at each corner of the print area and have the user move a light meter probe to each square.  Remember which one is the dimmest.  Then display squares across the screen asking the user to put the probe into each square as it is displayed.  Automatically (that being the key!) lower the brightness of that square until it is the same as the lowest.  Record the results as values for a mask (or generate the mask there and then).

There are a couple of people in the Wanhao D7 group on Facebook that are already working on this and making good progress.  I have been kindly given the code for one of them which is what has convinced me that my original meter concept is unworkable.  I will probably do my own version now that I have come to that conclusion as it will be fun.   Which is why I do any of this stuff!

I can salvage the last meter that I built to be used as the probe for this solution but the more sophisticate meter is, in effect, a dodo bird.