Skip to content

Instantly share code, notes, and snippets.

@jhitesma
jhitesma / new_sensor_mount4
Created March 21, 2016 07:39
4th version of my new sensor mount, now includes a cooling fan bracket
$fs=.5;
translate([0,0,6])
rotate([90,0,00])
union() {
difference() {
translate([50,7,29]) rotate([90,0,-90]) import("D:/3dprinting/HotEndBracketFan.stl");
translate([0,0,34]) cube([12,12,12],true);
}
$fs=.5;
//translate([0,0,6])
//rotate([90,0,00])
union() {
translate([-2,16,60]) rotate([90,0,0]) import("D:/3dprinting/clamp.stl");
translate([6,0,0])
difference() {
@jhitesma
jhitesma / new_sensor_mount.scad
Last active March 18, 2016 18:16
18mm diameter inductive sensor mount
$fs=.5;
translate([-2,16,60])
rotate([90,0,0])
import("C:/Users/Jason/Downloads/clamp.stl");
difference() {
union() {
shaft();
union() {
translate([0,0,10]) {
rotate(a=[90,0,0]) {
union() {
translate ([4,4,13]) {
import("d:\\3dprinting\\fan_mount.stl");
}
translate([-10,-10,0]) {
cube ([18,7,9]);
@jhitesma
jhitesma / funnel.scad
Created January 4, 2016 07:02
Pinky Pie Bubble Bellie funnel (initial double taper version)
bowl = 25;
bowl_r = 20;
stem = 30;
stem_r = 2;
neck_r = 5;
thickness = 1.5;
curve_r = 10;
$fa = 5;
@jhitesma
jhitesma / funnel2.scad
Created January 4, 2016 07:01
Pinky Pie Bubble Bellie funnel
bowl = 30;
bowl_r = 20;
stem = 25;
stem_r = 2;
neck_r = 2;
thickness = .8;
curve_r = 10;
$fa = 5;