Skip to content

Commit

Permalink
Add source
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jan 1, 2025
1 parent a38de86 commit ab2668f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pooltool/objects/table/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class TableName(StrEnum):
lights_height=1.99,
model_descr=TableModelDescr(name="snooker_generic"),
),
# https://web.archive.org/web/20130801042614/http://www.umb.org/Rules/Carom_Rules.pdf
TableName.BILLIARD_WIP: BilliardTableSpecs(
l=2.84,
w=2.84 / 2,
Expand All @@ -68,10 +69,10 @@ class TableName(StrEnum):
model_descr=TableModelDescr.null(),
),
TableName.SUMTOTHREE_WIP: BilliardTableSpecs(
l=3.05 / 2.5,
w=3.05 / 2 / 2.5,
l=2.84,
w=2.84 / 2,
cushion_width=2 * 2.54 / 100,
cushion_height=0.64 * 2 * 0.028575,
cushion_height=0.037,
height=0.708,
lights_height=1.99,
model_descr=TableModelDescr.null(),
Expand Down

0 comments on commit ab2668f

Please sign in to comment.