A foolish project I conceived to create fireballs from a custom 3D printed whoofler that plugs directly onto a can of butane lighter refill gas. The liquid is just well diluted dishwashing liquid.
If you ever consider making one of these (which I would obviously advise against) note that it does pose a fire risk in some areas, wind can blow the fireball into your face and it emits enough sooty smoke to make a mess and set off smoke detectors.
To avoid MORE technical stupidity like this, I recommend AGAINST subscribing to my channel in case you are led astray into the dark side of technology. And do NOT like this video just because it is dangerous and pleases you.
#shorts
The openscad script below is for a foamy whoofler. Note that foamy whooflers may cause minor infernos and shouldn't actually be whoofled.
//MR WHOOFLER FIRE FOAM MAKER
//DO NOT EVER MAKE ONE OF THESE
$fn=100;
difference(){
union(){
difference(){
union(){
//first additions
//finger rim
translate([0,0,0])
cylinder(h=3,d1=45,d2=45);
//base
translate([0,0,3])
cylinder(h=20,d1=30,d2=15);
//upper cone
translate([0,0,23])
cylinder(h=40,d1=15,d2=50);
//upper rim
translate([0,0,63])
cylinder(h=10,d1=50,d2=50);
}
//first subtractions
//inner foam cone
translate([0,0,25])
cylinder(h=38,d1=15,d2=48);
//inner base
translate([0,0,-1])
cylinder(h=23,d1=30,d2=12);
//upper rim
translate([0,0,63])
cylinder(h=11,d1=48,d2=48);
}
//second additions
//injector base
translate([0,0,0])
cylinder(h=23,d1=12,d2=12);
//diffuser cone
translate([0,0,25])
cylinder(h=10,d1=15,d2=0);
}
//second subtractions
//twelve radial vents
translate([0,0,25])
for (i=[0:30:330])rotate([65, 0, i]){
cylinder(h=8, d1=1, d2=1);
}
//diffuser cone inner
translate([0,0,24])
cylinder(h=10,d1=14,d2=0);
//4mm injector entrance
translate([0,0,-1])
cylinder(h=4,d1=4,d2=4);
//tapered transition
translate([0,0,3])
cylinder(h=5,d1=4,d2=3);
//seal taper
translate([0,0,8])
cylinder(h=5,d1=3,d2=2.8);
//tapered transition
translate([0,0,13])
cylinder(h=1,d1=2.8,d2=1);
//gas feed pipe
translate([0,0,12])
cylinder(h=15,d1=1,d2=1);
//x-ray box
//translate([-30,-30,-1])
//cube([60,30,100]);
}

16 thoughts on “Whoofler fireball generator”
  1. Avataaar/Circle Created with python_avatars John F says:

    Thats an impressive stack of mini drawers behind you …… BIG ENVY!

  2. Avataaar/Circle Created with python_avatars Paul Cresswell says:

    I like your shirt.

  3. Avataaar/Circle Created with python_avatars B P says:

    I wonder why it is mirrored?

  4. Avataaar/Circle Created with python_avatars Pica-Delphon Michael-Scheel says:

    And the Video is Fliped..yay

  5. Avataaar/Circle Created with python_avatars RS says:

    Clive's beard
    Filled with lighter gas
    Ignition
    Me wetting my pants 😉

  6. Avataaar/Circle Created with python_avatars steviebboy69 says:

    That was quite good, and I noticed you held it away from the beard otherwise there would have been another fireball.

  7. Avataaar/Circle Created with python_avatars グレープフルーツ says:

    fireball dodo dododo do do dodo do

  8. Avataaar/Circle Created with python_avatars Curtis Hoffmann says:

    And all this time, I thought Fireball was cinnamon-flavored whisky…

  9. Avataaar/Circle Created with python_avatars gr8m8l8r says:

    Please tell me there is an STL for this 3d print!

  10. Avataaar/Circle Created with python_avatars binarypower says:

    there's that cute guy 🙂

  11. Avataaar/Circle Created with python_avatars DragonRider425 says:

    I like the "DO NOT EVER MAKE ONE OF THESE" comment in that script.

  12. Avataaar/Circle Created with python_avatars Matija S says:

    at first i thought this was a Whiskey review… but then i remembered that youre Ralfys brother.

  13. Avataaar/Circle Created with python_avatars Aaron Myers says:

    hmmm ./runs out to build a small ho generator… 😀

  14. Avataaar/Circle Created with python_avatars fireandcopper says:

    My highschool chemistry teacher put calcium carbide in a soap water beaker, had a similar effect and sound but more soot and much brighter which I believe is acetylene

  15. Avataaar/Circle Created with python_avatars Hexa says:

    First time I see your face. God damn this is not what I have expected.

  16. Avataaar/Circle Created with python_avatars Whu Dhat says:

    take my money 💰

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.