summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-31 22:38:02 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-31 22:38:02 (UTC)
commit558d255a01ee6ced090290c5b7f2f9b75cec1360 (patch) (side-by-side diff)
tree2f43ca8808e71a3f4576ef299d0ede987a53e818
parent34dc790131aa4fae41f3b142d5dcd13fbefb44fe (diff)
downloadextrudery-558d255a01ee6ced090290c5b7f2f9b75cec1360.zip
extrudery-558d255a01ee6ced090290c5b7f2f9b75cec1360.tar.gz
extrudery-558d255a01ee6ced090290c5b7f2f9b75cec1360.tar.bz2
change default idler diameter to 10
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index eff4807..e4d79f9 100644
--- a/another.scad
+++ b/another.scad
@@ -1,47 +1,47 @@
draft=true;
layer_height=0.2; extrusion_width=0.4;
epsilon=0.01;
$fs=0.0125;
use <pushfittery.scad>;
include <pushfit_data.scad>;
include <pulley_data.scad>;
module the_extruder(
// motor properties
gearbox_d = 36,
mount_d = 28, // the distance between opposite mounting holes
mounthole_depth = 5,
mounthole_min_depth = 3, mounthole_max_depth = 4,
protrusion_d = 22, protrusion_h = 2.2, // the dimensions of the protrusion on top of gearbox
bore_d = 8, bore_l = 17.6,
bore_dd = 7,
// pulley properties
pulley = pulley_e3d,
pulley_elevation = 1, // pulley elevation above the protrusion
// idler properties
- idler_d = 9.5, idler_h = 4, idler_id = 3, // idler dimensions: outer and inner diameters and height
+ idler_d = 10, idler_h = 4, idler_id = 3, // idler dimensions: outer and inner diameters and height
// spring properties
spring_d = 10, spring_lc = 9.6, // spring diameter and compressed length
// filament path properties
filament_d = 1.75,
filament_path_d = 2,
filament_guide_d = 4, // PTFE filament guide diameter
// knob properties
knob_h = 10,
knob_bore_l = 4,
knob_indent_d = 4,
knob_indents = 12,
// spring tensioner
st_nut_d = 9, st_nut_h = 4,
st_screw_d = 5,
st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width,
st_split_w = 4*extrusion_width,
// screw it
mount_screw_d = 3.1, mount_screw_l = 20,
mount_screwhead_d=6, mount_screwhead_h=3,
idler_screw_d = 3,
idler_screwhead_d=6, idler_screwhead_h=3,
pf = pushfit_metal,