Mechanical Last

Final

Saeed Arida and 2 OthersOliver Geller
Seth Isaacson
Untitled-1.gif

One of the most important pieces of clothing that we have is our shoes. Shoes protect our feet from dangerous surfaces, keep feet safe from the elements, and look fashionable. However, since human feet vary so vastly in size and shape, making shoes that can conform to the feet of multiple people is a difficult challenge. The shoe industry's solution to this problem is to have thousands of plastic molds, known as lasts, for different sizes of feet. This is very expensive and takes up a lot of space. However, small shoe manufacturers are unable to acquire so many lasts. We solved this problem by creating a last that automatically adjusts to one's foot. 

Our automatically adjusting last is made up of 4  3D printed pieces - 2 moving side pieces, a moving front piece, and a stationary center piece. To individually move the sections of the last we used 3 stepper motors, with metal screws and nuts to allow the turning of the motors to move each piece forward and back. Since the stepper motors require both a microcontroller board and their own drivers, all electronics, with the exception of the motors, are housed neatly in a box outside of the Last. The whole thing is powered by a combination of USB computer power and a wall adapter. 

For controlling the last we used a Rhino plugin called Grasshopper which is a block-based programming software which can manipulate Rhinoceros 3dm files. This, used in conjunction with Firefly which allows Grasshopper to communicate directly with Arduino microcontrollers, allowed us to make a program that analyzes a 3d scan of somebody's foot, and used data collected from that scan to move the model to match the user's foot.  

 

This product will not only allow small shoe manufacturors to have one versatile last instead of thousands of staid lasts, but it will also allow people with irregular feet to have shoes custom made to order.

Final

Oliver Geller and Seth Isaacson
1 / 8
Untitled-1.gif

One of the most important pieces of clothing that we have is our shoes. Shoes protect our feet from dangerous surfaces, keep feet safe from the elements, and look fashionable. However, since human feet vary so vastly in size and shape, making shoes that can conform to the feet of multiple people is a difficult challenge. The shoe industry's solution to this problem is to have thousands of plastic molds, known as lasts, for different sizes of feet. This is very expensive and takes up a lot of space. However, small shoe manufacturers are unable to acquire so many lasts. We solved this problem by creating a last that automatically adjusts to one's foot. 

Our automatically adjusting last is made up of 4  3D printed pieces - 2 moving side pieces, a moving front piece, and a stationary center piece. To individually move the sections of the last we used 3 stepper motors, with 3D printed screws and nuts to allow the turning of the motors to move each piece forward and back. Since the stepper motors require both a microcontroller board and their own drivers, all electronics, with the exception of the motors, are housed outside of the model. 

For controlling the last we used a Rhino plugin called Grasshopper which is a block-based programming software which can manipulate Rhinoceros 3dm files. This, used in conjunction with Firefly which allows Grasshopper to communicate directly with Arduino microcontrollers, allowed us to make a program that analyzes a 3d scan of somebody's foot, and used data collected from that scan to move the model to match the user's foot.  

 

This product will not only allow small shoe manufacturors to have one versatile last instead of thousands of staid lasts, but it will also allow people with irregular feet to have shoes custom made to order.

Process

Seth Isaacson and Oliver Geller
1 / 16

Large shoe companies, such as New Balance, have the resources and space available to purchase and store hundreds, even thousands of models of feet which they use for shoe making. These are known as lasts. A last is a modified casting of a foot. However, smaller companies and shoe makers can neither afford nor store such a vast array of lasts. Even companies such as New Balance see the quantity of lasts that they own as a burden. Our product reduces the number of lasts that a company would need to just a few. It does this by being automatically adjustable. 

The concept of our project was to create an adjustable last that could change itself into various different shapes and sizes of feet. We first thought of how to do this completely manually, but quickly discovered that it would be much more interesting to have the design automatically adjust itself. We decided to make the product automatically adapt to a person's foot based on a 3d scan of his or her foot. We decided to do this using Grasshopper, a plugin for Rhino, and Firefly, which allows Grasshopper to interface with Arduino microcontrollers. 

 

We had a few initial decisions to make. The first was how to slice up the last to allow for movement. This took a great deal of thought. We considered cutting up a model of a last and having the parts move, having just certain sections move away from a central piece, and even more abstract ideas such as using air bags to allow for more uniform growth. In the end, we decided to cut up a last and have several pieces move away from one central piece. We understood that this would not create a perfect replica of a foot since there would be gaps. Instead of focusing on creating a perfect model of a foot, we instead decided to focus on accurately representing the general shape of a foot as a proof of concept. Some much more advanced technology could be implemented later to make the model more accurate.

 

We also had to decide how to generate the linear motion required to move the piece. We considered buying linear actuators, but decided there were better, more creative solutions. We found a simple way to make a linear actuator out of a chapstick container, and continued with the idea of using a screw to generate the motion.

 

Our first iteration included a main base piece with two moving pieces. This was inspired by a shoe horn, which fits into any shoe to help it hold its shape. Although this design was a good proof of concept, there were several flaws. Since only two pieces were moving, the gaps between pieces became very big. Also, in this design we used servos. While these are small and allow for high degrees of control, they only allow for 180 degrees of rotation, which was not sufficient for our needs. 

 

Our second iteration took several slices of material away from the last to create three moving pieces. This design switched over to stepper motors on an Adafruit motor shield for an Arduino. These allow for very precise control of continuous rotation. This design was very close to our final design, yet it had one major flaw. By removing the slices of the foot we hoped to make it so that the average men's foot (men's size 9.5) would be in the middle of the last's scale of movement. So, we started with a size 9.5 last and removed material so it could in theory shrink down to a men's size 8. However, when it was fully compressed there were pieces of material sticking out creating an unusable model.

 

For our final iteration we kept the same geometry as in the second iteration, but instead of removing slices of material we just split the last into several pieces. We started with a men's size 8.5 foot instead, knowing the last would not be able to get any smaller. That way it would still be a relatively accurate model of a foot at size 9.5. In the final iteration we switched over to EZ Drivers to control the stepper motors as they interface with Firefly better.