Skip to main content

3D Printing is Transformative Experience for Airgun Shooter

It’s interesting to peek into other scenes and niches and see how they intersect with things that one may find commonplace, like 3D printing. In this case, [NewToOldGuns] wrote a guest blog post for PyramydAir (a retailer, so be prepared for a lot of product links) about how 3D printing has completely transformed the experience of how he uses one of his favorite airguns, and allowed him to make changes and improvements that would not otherwise have been practical.

Not only are the 3D printed improvements thoughtful and useful, but it’s interesting to see familiar insights into the whole design process. After explaining some 3D printing basics, he points out that rapid iteration is key to effective prototyping, and a 3D printer can allow that to happen in a way not previously possible.

The pellets held inside the silver cylinder can no longer fall out, and the orange holder allows it to be simply pushed straight through into the gun’s receiver.

It all started with the small magazine which holds the rifle’s projectiles. It would be really handy to pre-load these for easier reloading, but there were practical problems preventing this. For one thing, there’s nothing to really hold the pellets in place and keep them from just falling out when it’s not loaded into the gun. Also, loading them into the gun without letting anything fall out was awkward at best. The solution was to design a simple holder that would cradle the magazine and cover the front and back to keep everything in place. [NewToOldGuns] also designed it so that it could mate directly to the gun, so the magazine could simply be pushed straight into the receiver while the action was held open.

Once this simple part was working, the floodgates of creativity were opened. Next was a belt attachment to hold multiple reloads, followed by a decision to mount the reloads directly onto the gun instead. An improved lever and sights quickly followed.

I also demonstrated the iterative approach to prototyping when I designed a simple alarm to detect when my 3D printer’s filament had run out. [NewToOldGuns] observes that the real power of 3D printing isn’t being able to make bottle openers or coat hooks on demand. It’s the ability to imagine a solution, then have that solution in hand in record time.



from Hackaday https://ift.tt/2o6mfKl

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...