Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've been meaning to print the EURion constellation[0] pattern (repeating) onto a t-shirt just to see what it might break. But unsurprisingly getting it printed onto a t-shirt is easier said than done due to multiple printers/software/etc directly blocking it.

[0] https://en.wikipedia.org/wiki/EURion_constellation



I literally just printed it. Copy pasted the image from wiki into Libreoffice Writer, and printed on my monochrome laser printer.


That is very funny. You could call it double irony: what you expected to happen is exactly what happened, but not in the way you expected it to happen.

I guess it's time for some old school analog printing. I'll see if I can whip up a 3d printable stamp


    clearance=17; // [50]
    height=150; // [300]
    r1=25-17/2; r2=25+17/2;
    for(xy = [[269,73],[85,170],[237,228],[475,280],[263,487]]){
        translate([xy[0],-xy[1],0]) difference(){
            cylinder(r=r2, h=clearance*2, center=true);
            cylinder(r=r1, h=clearance*2+.1, center=true);
        }
        hull(){
            translate([xy[0],-xy[1],0]) cylinder(r=r2, h=clearance);
            translate([237,-228,0])
            cylinder(r=r2, h=height-clearance);
        }
    }
https://www.thingiverse.com/thing:4841547




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: