Hacker News new | past | comments | ask | show | jobs | submit login

Second example from the repository:

    //example2.escad -- A rounded union of a square and a circle.
    union(r=14) {
        square([80,80]);
        translate ([80,80]) circle(30);
    }
https://github.com/Haskell-Things/ImplicitCAD



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

Search: