upd thingiverse customizer to use include sixinch_library, added https://github.com/KronBjorn/SixInchRack/pull/3

master
Dmitry Maylarov 5 years ago
parent 3ea4c800d2
commit fa2783a666

@ -1,17 +1,7 @@
include<../sixinch_library.scad>
$fn = 50*1;
//////////////////////////////////////////////////
// PASTE ALL OF: sixinch_library.scad IN HERE //
// Thingiverse can only accept one file. //
//////////////////////////////////////////////////
Part = "-"; // [a:All, b:FrontPlate, c:Cabinet, d:Lid, e:BackPlate, f:Handles]
Part = "a"; // [a:All, b:FrontPlate, c:Cabinet, d:Lid, e:BackPlate, f:Handles]
Units = 4;
Depth = 115;
@ -38,15 +28,3 @@ module go(){
}
}
}

@ -180,8 +180,8 @@ module box(dp,u,screw_bottom_front,round_peg,screw_side_front){
difference(){
translate([20,0,gauge]){
difference(){
cube([115,u*unit,dp]);
translate([gauge_box,gauge_box,-1]){ cube([115-gauge_box*2,u*unit,dp+2]);}
cube([(sixinch-40),u*unit,dp]);
translate([gauge_box,gauge_box,-1]){ cube([(sixinch-40)-gauge_box*2,u*unit,dp+2]);}
}
}
//CHIMNEY

Loading…
Cancel
Save