Hacker News new | ask | show | jobs
by pvillano 1704 days ago
my greatest OpenSCAD tip is to start your files with this prelude:

    $fa = .01;
    $fs = $preview ? 5 : 1;
This will make your maximum facet size 5mm in preview and 1mm in render.