16 lines
369 B
OpenSCAD
16 lines
369 B
OpenSCAD
$stone_height = 2;
|
|
$stone_radius = 6;
|
|
$stone_clearance = 0.5;
|
|
$mark_thickness = 1.5;
|
|
$hoshi_radius = 2;
|
|
$goban_hole_radius = 1;
|
|
$goban_hole_height = 2;
|
|
$goban_height = 3;
|
|
$line_depth = 1;
|
|
$cell_width = 13;
|
|
$cell_length = 13;
|
|
$goban_padding = 9;
|
|
$line_width = 1;
|
|
$goban_size = 19;
|
|
$hoshi_pos = [4, 10, 16];
|
|
// [4, 10, 16] for 19x19, [4, 7, 10] for 13x13, [3, 7] for 9x9
|