Flat 3D print
This commit is contained in:
parent
d5f11f7ec0
commit
4fffeac6a3
6 changed files with 9822495 additions and 4 deletions
|
@ -3,8 +3,11 @@ use <white_stones.scad>
|
|||
|
||||
module bstone() {
|
||||
difference() {
|
||||
wstone();
|
||||
for($r=[$mark_thickness/2:2*$mark_thickness:$stone_radius]) {
|
||||
union() {
|
||||
wstone();
|
||||
cylinder(r=$mark_thickness, h=$stone_height*3/2, $fn=200);
|
||||
}
|
||||
for($r=[5*$mark_thickness/2:2*$mark_thickness:$stone_radius]) {
|
||||
translate([0, 0, -1]) {
|
||||
difference() {
|
||||
cylinder(r=$r+$mark_thickness/2, h=$stone_height/3+1, $fn=200);
|
||||
|
|
5711638
flat3dprint/export/19x19_black_stones.stl
Normal file
5711638
flat3dprint/export/19x19_black_stones.stl
Normal file
File diff suppressed because it is too large
Load diff
4110850
flat3dprint/export/19x19_goban.stl
Normal file
4110850
flat3dprint/export/19x19_goban.stl
Normal file
File diff suppressed because it is too large
Load diff
BIN
flat3dprint/export/19x19_white_stones.stl
Normal file
BIN
flat3dprint/export/19x19_white_stones.stl
Normal file
Binary file not shown.
Binary file not shown.
|
@ -10,6 +10,6 @@ $cell_width = 13;
|
|||
$cell_length = 13;
|
||||
$goban_padding = 9;
|
||||
$line_width = 1;
|
||||
$goban_size = 9;
|
||||
$hoshi_pos = [3, 7];
|
||||
$goban_size = 19;
|
||||
$hoshi_pos = [4, 10, 16];
|
||||
// [4, 10, 16] for 19x19, [4, 7, 10] for 13x13, [3, 7] for 9x9
|
||||
|
|
Loading…
Reference in a new issue