Skip to content

Commit dca77ad

Browse files
committed
Adds pboardcase and easypanel
1 parent 744b612 commit dca77ad

13 files changed

+67025
-67474
lines changed

distribution/EasyPanel-front.stl

+13,134-13,134
Large diffs are not rendered by default.

distribution/EasyPanel-rear.stl

+14,870-14,870
Large diffs are not rendered by default.

distribution/pboardcase-base.stl

+13,862-13,918
Large diffs are not rendered by default.

distribution/pboardcase-lid.stl

+25,118-25,552
Large diffs are not rendered by default.

images/EasyPanel-front.png

2.97 KB
Loading

images/EasyPanel-rear.png

2.79 KB
Loading

images/pboardcase-base.png

3.25 KB
Loading

images/pboardcase-lid.png

3.54 KB
Loading

models.md

+25
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,32 @@
4545

4646
[OpenSCAD file](./src/9_z_endstop_holder.scad) | [STL file](./distribution/9_z_endstop_holder.stl)
4747

48+
## EasyPanel-front (EasyPanel-front.scad)
49+
![EasyPanel-front (EasyPanel-front.scad)](./images/EasyPanel-front.png "EasyPanel-front")
50+
51+
[OpenSCAD file](./src/EasyPanel-front.scad) | [STL file](./distribution/EasyPanel-front.stl)
52+
53+
## EasyPanel-rear (EasyPanel-rear.scad)
54+
![EasyPanel-rear (EasyPanel-rear.scad)](./images/EasyPanel-rear.png "EasyPanel-rear")
55+
56+
[OpenSCAD file](./src/EasyPanel-rear.scad) | [STL file](./distribution/EasyPanel-rear.stl)
57+
4858
## Bed cutout (bed.scad)
4959
![Bed cutout (bed.scad)](./images/bed.png "Bed cutout")
5060

5161
[OpenSCAD file](./src/bed.scad) | [STL file](./distribution/bed.stl)
62+
63+
## pb-Y-BarEnds-mod (pb-Y-BarEnds-mod.scad)
64+
![pb-Y-BarEnds-mod (pb-Y-BarEnds-mod.scad)](./images/pb-Y-BarEnds-mod.png "pb-Y-BarEnds-mod")
65+
66+
[OpenSCAD file](./src/pb-Y-BarEnds-mod.scad) | [STL file](./distribution/pb-Y-BarEnds-mod.stl)
67+
68+
## pboardcase-base (pboardcase-base.scad)
69+
![pboardcase-base (pboardcase-base.scad)](./images/pboardcase-base.png "pboardcase-base")
70+
71+
[OpenSCAD file](./src/pboardcase-base.scad) | [STL file](./distribution/pboardcase-base.stl)
72+
73+
## pboardcase-lid (pboardcase-lid.scad)
74+
![pboardcase-lid (pboardcase-lid.scad)](./images/pboardcase-lid.png "pboardcase-lid")
75+
76+
[OpenSCAD file](./src/pboardcase-lid.scad) | [STL file](./distribution/pboardcase-lid.stl)

src/EasyPanel-front.scad

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include <../config.scad>
2+
use <../inc/EasyPanel.scad>
3+
4+
front();

src/EasyPanel-rear.scad

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include <../config.scad>
2+
use <../inc/EasyPanel.scad>
3+
4+
rear();

src/pboardcase-base.scad

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include <../config.scad>
2+
use <../inc/pboardcase.scad>
3+
4+
casebottom(showpcb=false);

src/pboardcase-lid.scad

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include <../config.scad>
2+
use <../inc/pboardcase.scad>
3+
4+
casetop(showpcb=false);

0 commit comments

Comments
 (0)