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
fece8961
Commit
fece8961
authored
3 years ago
by
fxk8y
Browse files
Options
Downloads
Patches
Plain Diff
Updating lib; beginning plexiglass design
parent
1f9045d1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
WebWeaver
+1
-1
1 addition, 1 deletion
WebWeaver
cad/CyanStripe/Case.scad
+11
-3
11 additions, 3 deletions
cad/CyanStripe/Case.scad
cad/CyanStripe/Material.scad
+2
-1
2 additions, 1 deletion
cad/CyanStripe/Material.scad
with
14 additions
and
5 deletions
WebWeaver
@
0d731b0d
Compare
89524e48
...
0d731b0d
Subproject commit
89524e48c4cd499177603a1a2bdceacbe658ec4b
Subproject commit
0d731b0d1af352d7659311b7e0743b385646b1f9
This diff is collapsed.
Click to expand it.
cad/CyanStripe/Case.scad
+
11
−
3
View file @
fece8961
use <PCB.scad>;
use <Material.scad>;
use <../../WebWeaver/scad/Util.scad>;
// TODO: needed?
use <../../WebWeaver/scad/Util.scad>;
$fs = 0.5;
$fa = 1.0;
$str = 3;
$E = 0.001;
$E = 0.001;
// ε
plexi = 3;
...
...
@@ -21,7 +21,8 @@ c_fs = 15; // frontSpace = pcb to upper plexi
module frontPlexiOutline() {
pcbScrewHoles()
circle(d=M3()*2);
}
...
...
@@ -33,6 +34,13 @@ module frontPlexi() {
}
// translate([0, 0, pcb_t()*3])
translate([0, 0, pcb_t()*3])
frontPlexi();
module CyanStripeCase() {
}
...
...
This diff is collapsed.
Click to expand it.
cad/CyanStripe/Material.scad
+
2
−
1
View file @
fece8961
module Plexiglass(alpha=0.1) {
color([0 /255, 0/255, 0/255], alpha=alpha) children();
color = 200;
color([color /255, color /255, color /255], alpha=alpha) children();
}
module FR4(alpha=1.0) {
...
...
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