Flat 3D print

This commit is contained in:
Kujiu 2022-02-01 02:20:39 +01:00
parent d5f11f7ec0
commit 4fffeac6a3
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
6 changed files with 9822495 additions and 4 deletions

View file

@ -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);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -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