Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CyanLight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fxk8y
CyanLight
Commits
83b4db5c
Commit
83b4db5c
authored
3 years ago
by
fxk8y
Browse files
Options
Downloads
Patches
Plain Diff
Begin funnel development (second time)
parent
6ee5cb57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
HeatSink.scad
+19
-5
19 additions, 5 deletions
HeatSink.scad
WebWeaver
+1
-0
1 addition, 0 deletions
WebWeaver
with
23 additions
and
5 deletions
.gitmodules
+
3
−
0
View file @
83b4db5c
[submodule "TripwireHook"]
path = TripwireHook
url = git@git.c3pb.de:fxk8y/tripwirehook.git
[submodule "WebWeaver"]
path = WebWeaver
url = git@git.services.c3pb.de:fxk8y/WebWeaver.git
This diff is collapsed.
Click to expand it.
HeatSink.scad
+
19
−
5
View file @
83b4db5c
...
...
@@ -3,6 +3,10 @@ $fs = 0.2;
$fa = $fs;
use <WebWeaver/scad/Util.scad>;
use <WebWeaver/scad/Piping.scad>;
// Material definitions
GreenPLA = [28/255, 1.0, 47/255, 132/255];
...
...
@@ -22,6 +26,7 @@ hs_fin_d = 11; // depth
hs_fin_cnt = 10;
hs_fin_spacing = 3.5;
/**
*
* TODO: Moar documentation!
...
...
@@ -213,13 +218,22 @@ module funnelFins(
fu_str = 1.6;
module funnel() {
color(GreenPLA) {
// TODO: implement!
hs_h = hs_baseplate + hs_fin_d;
d = 5;
y_off = hs_w/2 - fu_outlet_w/2;
z_off = 0;
for (ty=[-y_off, y_off]) translate([hs_l/2, ty, z_off]) rotate([90, 90, 0]) cornerPipe(hs_h, fu_outlet_w, d, 180, 2, fu_str, center=true);
linear_extrude(1) funnel2D();
}
}
...
...
@@ -239,10 +253,10 @@ module funnel() {
module preview() {
//
funnel();
translate([0, 0, 0])
funnel();
// color([0, 0, 1.0, 1.0]) translate([0, 0, 1]) linear_extrude(1) funnelFins();
//
rotate([180, 0, 0]) symmetricHeatsink();
rotate([180, 0, 0]) symmetricHeatsink();
}
...
...
This diff is collapsed.
Click to expand it.
WebWeaver
@
ab46123f
Subproject commit ab46123fdfbcfbf9d2d896d7def54a9d737839af
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment