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
2bc7de9e
Commit
2bc7de9e
authored
3 years ago
by
fxk8y
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.services.c3pb.de:fxk8y/CyanLight
parents
98a2d9a2
ba7c232e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pcb/10W/TransportProtection.scad
+12
-11
12 additions, 11 deletions
pcb/10W/TransportProtection.scad
with
12 additions
and
11 deletions
pcb/10W/TransportProtection.scad
+
12
−
11
View file @
2bc7de9e
...
...
@@ -8,16 +8,17 @@ $fa = 1.0;
pcb_w = 40.5;
pcb_h = 67.5;
pcb_r = 5; // edge radius
pcb_off = 0.4;
pcb_t =
5
; // thickness including LED and inductor
pcb_sc_off = 5; // offset of screw holes from edge
pcb_conn_w = 20;
pcb_conn_h = 3;
pcb_w =
40.5;
pcb_h =
67.5;
pcb_r =
5; // edge radius
pcb_off =
0.4;
pcb_t =
5 +1
; // thickness including LED and inductor
pcb_sc_off =
5; // offset of screw holes from edge
pcb_conn_w =
20;
pcb_conn_h =
3;
box_str = 3; // Material strength
box_str = 3; // Material strength
box_h = pcb_t + 2;
module pcb(w=pcb_w, h=pcb_h, r=pcb_r, off=pcb_off) {
...
...
@@ -134,9 +135,9 @@ module outerRing(w=pcb_w, h=pcb_h, r=pcb_r, off=pcb_off, _str=box_str) {
TpOrChamfer = 3;
module TransportProtection(w=pcb_w, h=pcb_h, r=pcb_r, height=pcb_t, off=pcb_off, _str=box_str) {
module TransportProtection(w=pcb_w, h=pcb_h, r=pcb_r, height=pcb_t, off=pcb_off, _str=box_str
, _boxH=box_h
) {
_h =
height
+ 2;
_h =
_boxH
+ 2;
difference() {
body(w, h, r, _h, off, _str);
...
...
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