Skip to content

Commit

Permalink
add guard meeple
Browse files Browse the repository at this point in the history
  • Loading branch information
andy3471 committed Aug 4, 2024
1 parent bf7be99 commit 117f655
Show file tree
Hide file tree
Showing 13 changed files with 3,678 additions and 17 deletions.
1,644 changes: 1,644 additions & 0 deletions 0-abbot.dxf

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions 0-abbot.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* @file bets.scad
* @author Andrew Hargrave
* The Bets Carcossonne box.
* @copyright Creative Commons Attribution-NonCommercial-ShareAlike 4.0
*/

include <carcassonne_box.scad>

sections = [15 * mm];
columns = 1;
icon="0-abbot.dxf";

carcassonne_box(sections, columns);
translate([0,width*columns+10,0]) carcassonne_lid(sections, columns, icon, rot=90, mult=.4, xoff=8, yoff=3);
Binary file added 0-abbot.stl
Binary file not shown.
Loading

0 comments on commit 117f655

Please sign in to comment.