We provide you with a bunch of ideas how it could be, you can use all the data you need from it (see license in code: main_brain.ino!). There are drawings and fotos showing the Wheeler detailed from all sides, a video showing it in action, the source code for the Arduino & Raspberry PI, a stack of 3D-Models to print out or as an inspiration, a parts list, also an electrical diagram and more. It's all free, check it out!

Yes, we know there are still a lot of unfinished items on the Wheeler, but take it as a challange to create your own tailor-made filament handler!

future ideas:

Mechanics

The A-axis is the source filament spool and the Z-axis is the drive wheel, so the filament goes from A to Z!

Angle profile used for the framework:
Alt text

3D-Models

All volumes of printed parts in material list are per part and not cumulated.
We provide 2 sets of parts for this Wheeler since these should be printed in nylon:

Depending on the object to be printed choose nylon 910 when tension strength is needed or Nylon 618 if abrasion resistance or low friction is the main goal. All other parts can be of diverse material, we still recommend to take something strong. The forces that can occur under certain conditions may destroy weak parts.

A-axis (fixed axis)

You can create specific spool adapters like axis_A_thickening.stl to fit your filament spool. The provided one goes on a 8.2 mm rod and takes taulmann spools (hole dia: 18.8 mm).
Spools can be easily changed with the rod clamp (A-axis wheel stop). The double-face tape is needed to attach the rubber mat to the part "wheel_stop_A_front3.stl".

Wheel brake

To keep the filament under tension use this adjustable brake.
Alt text

Filament router

The small Nema 11 stepper motor is flexibly coupled to a M5 threaded rod.

Profile to use for the filament router:
Alt text

Z-axis (driven axis)

The 8mm steel rod (source: old laserprinter or similar) is driven from a Nema 17 stepper motor with a holding torque of 0.44 Nm (62 oz in). Total gear ratio is 1:36 which results in 15.84 Nm.
The coupling to the spool is made with honeycomb adapter. Like on the A-axis there is a rod clamp here too (Z-axis wheel stop). Also the rubber mat is attached to the part "wheel_stop_Z_front2.stl" by double-face tape.

Filament Wheel

These could be made from plywood or any material strong enough. The printed "wheel_Z_bar_X8.stl" has a 1.75mm & 3mm filament fixing hole.
The Wheel parts are not included in the accumulated list.

Electronics

It's very easy to use, just push the ONE button to start wheeling a new spool.
Main brain is the Arduino Nano controlling all the things. The Rapsberry PI camera is connected to it as slave over I2C.
Have a look at the included "Electrical_diagram_Wheeler.pdf" for creation of the perfboard and further information. You have to choose your own case for electronic components! It's best practice to make cables pluggable instead of soldering it directly.

Software

3 pieces of code are available at the moment:

The Raspberry PI scripts are based on python, have a look at the header for library information.
Some user settings are prepared in the header of each code.

Needed libraries in arduino code:

Camera

A shot taken with the Raspberry PI cam.
Alt text

Clearly the camera case should be black inside!
LED in electrical diagram is for camera light.

Our setting for the camera measurement are:

To use the camera startup the wheeler, run

python photo_slave.py 

push the ONE button.
All files will be deleted in the filament folder.
you can use ssh or vnc to connect to the Raspberry PI.

To analyze run

python diameter_analyzer.py

Diameter analyzer

The calibration is used to get correct filament measurements.
You will need a precision rod between 1.75mm and 3mm (source could be a dvd drive or similar) for reference.