goban/flat3dprint/params.scad

16 lines
349 B
OpenSCAD
Raw Normal View History

2022-01-31 00:36:21 +01:00
$stone_height = 2;
$stone_radius = 6.25;
$stone_clearance = 0.25;
$mark_thickness = 1.5;
$hoshi_radius = 2;
$goban_hole_radius = 1;
$goban_height = 3;
$line_depth = 1;
$cell_width = 13;
$cell_length = 13;
$goban_padding = 9;
$line_width = 1;
2022-02-01 02:20:39 +01:00
$goban_size = 19;
$hoshi_pos = [4, 10, 16];
2022-01-31 00:36:21 +01:00
// [4, 10, 16] for 19x19, [4, 7, 10] for 13x13, [3, 7] for 9x9