Add bevel to round octagon collar
This commit is contained in:
+7
-1
@@ -26,7 +26,7 @@ rotate([0,0,0]){
|
|||||||
* OCTNR corner test (seems to also match OCTN, nice!)
|
* OCTNR corner test (seems to also match OCTN, nice!)
|
||||||
* shaft(shaft_r, pivot_depth, [cardinal_throw+1.95,0,45]);
|
* shaft(shaft_r, pivot_depth, [cardinal_throw+1.95,0,45]);
|
||||||
*/
|
*/
|
||||||
juqs(model = OCT, ver = VERSION);
|
juqs(model = OCTR, ver = VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
module juqs(model, ver) {
|
module juqs(model, ver) {
|
||||||
@@ -181,6 +181,7 @@ module oct_hollow (slope, shaft_r, depth) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//work in progress
|
||||||
module octn_hollow (slope, shaft_r, depth) {
|
module octn_hollow (slope, shaft_r, depth) {
|
||||||
hull(){
|
hull(){
|
||||||
rotate([0,0,45])
|
rotate([0,0,45])
|
||||||
@@ -195,6 +196,11 @@ module octr_hollow (slope, shaft_r, depth) {
|
|||||||
sq_pivot(slope, shaft_r, depth);
|
sq_pivot(slope, shaft_r, depth);
|
||||||
sq_pivot(slope, shaft_r, depth);
|
sq_pivot(slope, shaft_r, depth);
|
||||||
}
|
}
|
||||||
|
union(){
|
||||||
|
rotate([0,0,45])
|
||||||
|
sq_bevel(slope, shaft_r, depth);
|
||||||
|
sq_bevel(slope, shaft_r, depth);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module octnr_hollow (slope, shaft_r, depth) {
|
module octnr_hollow (slope, shaft_r, depth) {
|
||||||
|
|||||||
Reference in New Issue
Block a user