mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 07:46:39 +02:00
format
This commit is contained in:
@@ -46,7 +46,6 @@ module cube_character(head_size) {
|
|||||||
translate([0, 0, r_diff * 2])
|
translate([0, 0, r_diff * 2])
|
||||||
linear_extrude(height - r_diff * 2)
|
linear_extrude(height - r_diff * 2)
|
||||||
square([r_diff * 2, lip_r * 2], center = true);
|
square([r_diff * 2, lip_r * 2], center = true);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -55,7 +54,6 @@ module cube_character(head_size) {
|
|||||||
translate([0, 0, height])
|
translate([0, 0, height])
|
||||||
linear_extrude(spacing)
|
linear_extrude(spacing)
|
||||||
circle(lip_r);
|
circle(lip_r);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(type == "peg") {
|
if(type == "peg") {
|
||||||
|
Reference in New Issue
Block a user