sc808t iteration2

main
zeus 2023-06-20 22:48:28 +02:00
parent 58061fa685
commit cb30dd06cc
2 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ q=0.01;
Q=1;
slack=0.5;
mt=2;
layer=0.3; // layer height of the 3d-printer to archieve some very narrow walls or floors without strange rounding errors
layer=0.5; // layer height of the 3d-printer to archieve some very narrow walls or floors without strange rounding errors
rod_hole_dia=4.5; // with some slack for m4 threaded bolts
slide_base_hole_dia=4; // 4.0 for m3 short inserts from cnc-kitchen
disk_w=70+slack; // real measurement more like 69.9
disk_l=100+slack; // real measurement more like 100.4/101 (connector overhang). effective length with cables at least 125mm!
disk_h=7.0; // unfortunately this is not really standardized. most relevant ssds will have 6.74-7.1mm thickness
disk_w=71; // real measurement more like 69.9
disk_l=101; // real measurement more like 100.4/101 (connector overhang). effective length with cables at least 125mm!
disk_h=7.25; // unfortunately this is not really standardized. most relevant ssds will have 6.74-7.1mm thickness
//slider-vars
slide_base_l=130;