Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть DIY pinball-style lights for recessing into wooden surfaces

  • bigclivedotcom
  • 2021-08-20
  • 31801
DIY pinball-style lights for recessing into wooden surfaces
  • ok logo

Скачать DIY pinball-style lights for recessing into wooden surfaces бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно DIY pinball-style lights for recessing into wooden surfaces или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку DIY pinball-style lights for recessing into wooden surfaces бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео DIY pinball-style lights for recessing into wooden surfaces

This project turned out even better than expected. It was inspired by the lights used in pinball machine playfields, where coloured inserts are illuminated from behind.

I've attached two scripts at the bottom of this description. If copied and pasted into openscad they can be used to create custom versions with the following adjustable variables:-

Outer diameter of the insert (all measurements in millimetres)
Depth of main disk
thickness of front layer of plastic. Thicker = stronger/diffused and allows sanding flush
diameter of LED
length of the LED support measured from the front

There are two versions:-
Star, which has eight radial lines and is the strongest version.
Concentric, which has a series of fresnel style lenses to spread the light.

I recommend printing these in transparent/natural PLA to allow maximum light transmission. I've not tried coloured transparent PLA yet. They print very fast with a small amount of filament. For example 20mm=1g, 25mm=1.5g, 30mm=2g, 40mm=3g, 50mm=4g, 75mm=7.5g.

You can fit a standard LED with suitable resistor like 150 ohm for powering lots of these in parallel from a standard USB power supply. Self colour changing LEDs look good, as do self flashing ones. You could size the LED holder to take an addressable LED string pixel.
You could also animate the light in the style of a pinball feature effect.

Diffused LEDs are best to get a softer spread of light through the insert.

For drilling the holes, a plunge drill or router will give a clean vertical hole to a repeatable depth.

If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:- http://www.bigclive.com/coffee.htm
This also keeps the channel independent of YouTube's advertising algorithms allowing it to be a bit more dangerous and naughty. #ElectronicsCreators

The openscad scripts are below. You can copy and paste the selected script into openscad, and adjust the variables at the top to fine tune sizing to your requirements before making into an STL file.

Here's the star script:-

//Pinball style star LED insert
$fn=100;
//You can adjust the variables below
size=25; //diameter of insert in mm
depth=5; //depth of insert
face=1; //thickness of front face
led=5.2; //diameter of LED
stem=15; //length of LED stem
//don't adjust anything below here
difference(){
union(){
difference(){
union(){
//main disk
cylinder(h=depth, d=size);
}
//internal cylinder
translate([0,0,face])
cylinder(h=depth,d=size-2);
}
//star fins
for (i=[0:36:350])rotate([0, 0, i]){
translate([0,-.5,face])
cube([(size/2)-1,1,depth-face]);
}
//LED pillar
cylinder(h=stem,d=led+2);
}
//led hole
translate([0,0,face])
cylinder(h=stem+1,d=led);
}


And here's the concentric circles script:-

//Pinball style fresnel LED insert
$fn=100;
//You can adjust the variables below
size=25; //diameter of insert in mm
depth=5; //depth of insert
face=1; //thickness of front face
led=5.2; //diameter of LED
stem=15; //length of LED stem
difference(){
//main disk
cylinder(h=depth, d=size);
//internal cylinder
translate([0,0,face])
cylinder(h=depth,d=size-2);
}
//concentric rings
for (i=[0:4:size-8]){
difference(){
cylinder(h=face+1, d=size-i-1.5);
cylinder(h=face+1.1, d=size-i-3.5);
}
}
//LED pillar
difference(){
cylinder(h=stem,d=led+2);
//led hole
translate([0,0,face])
cylinder(h=stem+1,d=led);
}

Комментарии

Информация по комментариям в разработке

Похожие видео

  • Handmade Pinball with Fully Working Automatic Bumpers
    Handmade Pinball with Fully Working Automatic Bumpers
    3 года назад
  • Сделайте свои собственные лампы Dooby — Дубайские лампы своими руками (предупреждение о стробоско...
    Сделайте свои собственные лампы Dooby — Дубайские лампы своими руками (предупреждение о стробоско...
    5 лет назад
  • Make EPIC custom crystal lamps
    Make EPIC custom crystal lamps
    4 года назад
  • Как Сделать Настольный ЭЛЕКТРОЭРОЗИОННЫЙ Станок?
    Как Сделать Настольный ЭЛЕКТРОЭРОЗИОННЫЙ Станок?
    2 месяца назад
  • Wintergatan - Marble Machine (music instrument using 2000 marbles)
    Wintergatan - Marble Machine (music instrument using 2000 marbles)
    9 лет назад
  • Make custom LED neon shapes
    Make custom LED neon shapes
    3 года назад
  • How To: Level pinball playfield inserts
    How To: Level pinball playfield inserts
  • Альфред Кох – Путин 1990-х, бандиты, НТВ, Навальный / вДудь
    Альфред Кох – Путин 1990-х, бандиты, НТВ, Навальный / вДудь
    7 часов назад
  • Световое шоу, синхронизированное с игровым процессом! — Как создать лучший виртуальный автомат дл...
    Световое шоу, синхронизированное с игровым процессом! — Как создать лучший виртуальный автомат дл...
    2 года назад
  • Pinball Homemade Jan 2017
    Pinball Homemade Jan 2017
    9 лет назад
  • DIY build of the dangerous dangleberry lamp
    DIY build of the dangerous dangleberry lamp
    4 года назад
  • HOW TO MAKE A PINBALL MACHINE: Playfield Design
    HOW TO MAKE A PINBALL MACHINE: Playfield Design
    4 года назад
  • Homemade, wooden, mechanical pinball machine
    Homemade, wooden, mechanical pinball machine
    3 года назад
  • 3D print your own lamps with free fairy light generator
    3D print your own lamps with free fairy light generator
    5 лет назад
  • Залужный VS Зеленский.
    Залужный VS Зеленский.
    8 часов назад
  • I built an Omni-Directional ONE-BALL Bike
    I built an Omni-Directional ONE-BALL Bike
    1 день назад
  • Я купил новый автомат для игры в пинбол Stern на Amazon!
    Я купил новый автомат для игры в пинбол Stern на Amazon!
    3 года назад
  • ⚙️Мощная бормашинка из китайских запчастей
    ⚙️Мощная бормашинка из китайских запчастей
    3 месяца назад
  • How to make a Wooden Pinball Machine - ARIBABOX
    How to make a Wooden Pinball Machine - ARIBABOX
    6 лет назад
  • I Built a Magnetic Induction Water Heater- HUGE Potential
    I Built a Magnetic Induction Water Heater- HUGE Potential
    3 дня назад
  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей video2contact@gmail.com