goban/with_marbles/params.scad

14 lines
288 B
OpenSCAD

$stone_height = 3;
$stone_radius = 11.5;
$marble_radius = 8;
$goban_size = 19;
$hoshi_pos = [4, 10, 16]; // [4, 10, 16] for 19x19, [4, 7, 10] for 13x13
$line_width = 2;
$line_depth = 0.8;
$cell_width = 27;
$cell_length = 28;
$goban_padding = 25;
$goban_height = 13;
$clearance = 0.75;