Version on thingiverse

This commit is contained in:
Thomas Haukland
2024-06-18 19:44:11 +02:00
parent 4664f03548
commit 4db2c04595
3 changed files with 17 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ step = 0.05;
$fn=50;
// Rotate so you dont need to do that in extruder
translate([0,0,2.5])
rotate([0,180,0])
mirror()
{
difference() {

View File

@@ -12,7 +12,9 @@ step = 0.05;
$fn=50;
// Rotate so you dont need to do that in extruder
translate([0,0,2.5])
rotate([0,180,0])
difference()
{
bottom();

View File

@@ -6,14 +6,16 @@ $fn=50;
height_translation = 0;
include <modules.scad>
// Rotate so you dont need to do that in extruder
translate([0,0,9.1])
rotate([0,180,0])
difference() {
case();
linear_extrude(4.1) offset(delta=0.15) base();
//difference() {
// case();
// linear_extrude(4.1) offset(delta=0.15) base();
translate([0,0,4.1])
board();
// For debug: comment out above 3 lines and comment in this
//translate([0,0,4.1])
// board();
translate([0,0,top_of_pcb]) switch_holes();
@@ -35,6 +37,7 @@ mcu_cutout();
// mounting holes
mounting_hole_inserts();
//}
}