goban/3dprint/params.scad

17 lines
369 B
OpenSCAD
Raw Normal View History

$stone_height = 2;
$stone_radius = 6;
$stone_clearance = 0.5;
$mark_thickness = 1.5;
$hoshi_radius = 2;
2021-10-15 00:52:01 +02:00
$goban_hole_radius = 1;
2022-03-22 16:47:07 +01:00
$goban_hole_height = 2;
$goban_height = 3;
$line_depth = 1;
$cell_width = 13;
$cell_length = 13;
$goban_padding = 9;
2021-10-15 00:52:01 +02:00
$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