Skip to content
Snippets Groups Projects
Commit e8893fbf authored by fxk8y's avatar fxk8y :spider:
Browse files

Begin building a prefilm nozzle

parent c90ad58f
No related branches found
No related tags found
No related merge requests found
// This file is just an inclusion proxy
// It is designed to be included by the `use`-statement without
// needing to mention every single of it's sub-components
include <nozzle/Prefilm.scad>
//use <../impl/preview.scad>;
$E = 0.01; // ε
module PrefilmNozzle() {
}
if ($preview) {
PrefilmNozzle();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment