summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-09-06 21:53:01 (UTC)
committer Michael Krelin <hacker@klever.net>2018-09-06 21:53:01 (UTC)
commit96f339601d72fb01f9822e050026a2f5ceed3e55 (patch) (unidiff)
tree1da873e8c0d78c4bb218a0c9c6018c716a6b5acd
parent76dd6dc594580d573a8d2ec566944c20cd7019af (diff)
downloadextrudery-96f339601d72fb01f9822e050026a2f5ceed3e55.zip
extrudery-96f339601d72fb01f9822e050026a2f5ceed3e55.tar.gz
extrudery-96f339601d72fb01f9822e050026a2f5ceed3e55.tar.bz2
adjust spring compression scale
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad5
1 files changed, 3 insertions, 2 deletions
diff --git a/another.scad b/another.scad
index 4842e1b..c24d13a 100644
--- a/another.scad
+++ b/another.scad
@@ -363,56 +363,57 @@ module the_extruder(
363 translate([0,-(st_split_w+st_split_w_tolerance)/2,0]) hull() { 363 translate([0,-(st_split_w+st_split_w_tolerance)/2,0]) hull() {
364 cube(size=[body_h-ls_z-st_w+st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]); 364 cube(size=[body_h-ls_z-st_w+st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]);
365 translate([0,0,st_w+1]) 365 translate([0,0,st_w+1])
366 cube(size=[body_h-ls_z+1,st_split_w+st_split_w_tolerance,fsw+1]); 366 cube(size=[body_h-ls_z+1,st_split_w+st_split_w_tolerance,fsw+1]);
367 } 367 }
368 }//translate 368 }//translate
369 translate([0,0,st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+hf-epsilon]) 369 translate([0,0,st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+hf-epsilon])
370 cylinder(d=bigd,h=fsw+1,$fn=fnd*bigd); 370 cylinder(d=bigd,h=fsw+1,$fn=fnd*bigd);
371 }//mirror 371 }//mirror
372 }//translate 372 }//translate
373 373
374 // label 374 // label
375 body_label(); 375 body_label();
376 // scale 376 // scale
377 body_scale(); 377 body_scale();
378 378
379 }//difference 379 }//difference
380 380
381 }//body module 381 }//body module
382 module body_scale() { 382 module body_scale() {
383 scale_thickness = 2*layer_height; 383 scale_thickness = 2*layer_height;
384 nscales = 5; 384 nscales = 5;
385 x1 = -gearbox_d/2+fsw-st_h+st_w+st_bump*2-st_bump_tip/2; 385 x1 = -gearbox_d/2+fsw-st_h+st_w+st_bump*2-st_bump_tip/2;
386 x0 = -gearbox_d/2+st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+st_split_w+st_split_w_tolerance+st_bump_tip/2; 386 x0 = -gearbox_d/2+st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+st_split_w+st_split_w_tolerance+st_bump_tip/2;
387 w0 = st_split_w+st_split_w_tolerance+2*(extrusion_width+2*extrusion_width); 387 w00 = st_split_w+2*(st_bump-st_bump_tip);
388 w0 = w00+2*2*extrusion_width;
388 w1 = 2*(longwing-gearbox_d/2-extrusion_width); 389 w1 = 2*(longwing-gearbox_d/2-extrusion_width);
389 translate([0,-longwing,body_h-scale_thickness]) 390 translate([0,-longwing,body_h-scale_thickness])
390 difference() { 391 difference() {
391 for(x=[x0:(x1-x0)/(nscales-1):x1]) let(w=w0+(w1-w0)*(x-x0)/(x1-x0)) 392 for(x=[x0:(x1-x0)/(nscales-1):x1]) let(w=w0+(w1-w0)*(x-x0)/(x1-x0))
392 translate([x-st_bump_tip/2,-w/2,0]) 393 translate([x-st_bump_tip/2,-w/2,0])
393 cube(size=[st_bump_tip,w,scale_thickness+epsilon]); 394 cube(size=[st_bump_tip,w,scale_thickness+epsilon]);
394 let(w=st_split_w+st_split_w_tolerance+extrusion_width) 395 let(w=w00)
395 translate([-gearbox_d/2,-w/2,-1]) 396 translate([-gearbox_d/2,-w/2,-1])
396 cube(size=[fsw,w,scale_thickness+2]); 397 cube(size=[fsw,w,scale_thickness+2]);
397 } 398 }
398 } 399 }
399 module body_label() { 400 module body_label() {
400 if(body_label) { 401 if(body_label) {
401 label=body_label; 402 label=body_label;
402 label_thickness=body_label_thickness; 403 label_thickness=body_label_thickness;
403 label_len = len(label); 404 label_len = len(label);
404 labelspace = [gearbox_d/2-mount_screwhead_d/2-min_xy_shell,longwing-(mount_screwhead_d-st_split_w-st_split_w_tolerance)/2-2*min_xy_shell]; 405 labelspace = [gearbox_d/2-mount_screwhead_d/2-min_xy_shell,longwing-(mount_screwhead_d-st_split_w-st_split_w_tolerance)/2-2*min_xy_shell];
405 translate([0,0,body_h-label_thickness]) 406 translate([0,0,body_h-label_thickness])
406 linear_extrude(height=label_thickness+epsilon,convexity=64) 407 linear_extrude(height=label_thickness+epsilon,convexity=64)
407 translate([-mount_screwhead_d/2-min_xy_shell-labelspace.x/2,-longwing+(st_split_w+st_split_w_tolerance)/2+min_xy_shell+labelspace.y/2]) 408 translate([-mount_screwhead_d/2-min_xy_shell-labelspace.x/2,-longwing+(st_split_w+st_split_w_tolerance)/2+min_xy_shell+labelspace.y/2])
408 mirror([left?0:1,0]) 409 mirror([left?0:1,0])
409 text(text=label,size=labelspace.x/label_len,halign="center",valign="center",font="Arial Black"); 410 text(text=label,size=labelspace.x/label_len,halign="center",valign="center",font="Arial Black");
410 }else sphere(d=epsilon); // to avoid makefile breakage 411 }else sphere(d=epsilon); // to avoid makefile breakage
411 } 412 }
412 413
413 st_bump = 4*extrusion_width; 414 st_bump = 4*extrusion_width;
414 st_bump_tip = 2*extrusion_width; 415 st_bump_tip = 2*extrusion_width;
415 st_smalld = st_screw_d+st_screw_d_tolerance+min_xy_shell; 416 st_smalld = st_screw_d+st_screw_d_tolerance+min_xy_shell;
416 st_bigd = spring_d+spring_d_clearance/2; 417 st_bigd = spring_d+spring_d_clearance/2;
417 st_hf = (st_bigd-st_smalld)/2; 418 st_hf = (st_bigd-st_smalld)/2;
418 st_h = max(st_hf*3,fsw-st_screw_l+st_hf); 419 st_h = max(st_hf*3,fsw-st_screw_l+st_hf);