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

Better naming ;)

parent 122788de
No related branches found
No related tags found
No related merge requests found
......@@ -281,11 +281,8 @@ module splitFunnel() {
// TODO: choose a better name!
// `overallSystem` describes it… but it sound bad :(
module overallSystem() {
// Define the main module…
module HeatSinkMainModule() {
if ($preview) {
$fs = 0.5;
......@@ -299,6 +296,7 @@ module overallSystem() {
translate([0, 0, 0]) splitFunnel();
// color([0, 0, 1.0, 1.0]) translate([0, 0, 1]) linear_extrude(1) funnelFins();
} else {
$fs = 0.2;
......@@ -313,6 +311,5 @@ module overallSystem() {
}
}
overallSystem();
// …and execute it ;)
HeatSinkMainModule();
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