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
d25ddab9
Commit
d25ddab9
authored
3 years ago
by
fxk8y
Browse files
Options
Downloads
Patches
Plain Diff
Translations…
parent
83b4db5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HeatSink.scad
+5
-2
5 additions, 2 deletions
HeatSink.scad
WebWeaver
+1
-1
1 addition, 1 deletion
WebWeaver
with
6 additions
and
3 deletions
HeatSink.scad
+
5
−
2
View file @
d25ddab9
...
...
@@ -228,10 +228,13 @@ module funnel() {
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);
/* for (ty=[-y_off, y_off]) translate([hs_l/2, ty, z_off]) rotate([90, 90, 0]) */ cornerPipeLayOnFace(hs_h, fu_outlet_w, d, 180-179, 2, fu_str, center=true);
// translate([0, hs_h + d/2, 0]) rotate([90, 0, -90]) cornerPipe(hs_h, fu_outlet_w, d, 180-179.9, 2, fu_str, center=true);
// echo(hs_h);
}
...
...
@@ -256,7 +259,7 @@ module preview() {
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
@
1bb46de7
Subproject commit
a
b46
123fdfbcfbf9d2d896d7def54a9d737839af
Subproject commit
1b
b46
de76a4c0f3da4346e2eff5c479011e43b74
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