[avarPlanner] Add more sizes

This commit is contained in:
Behdad Esfahbod 2023-07-26 12:49:23 -06:00
parent 7fce344404
commit 91731f7d2a

View File

@ -77,6 +77,9 @@ WIDTHS = [
SLANTS = list(math.degrees(math.atan(d / 20.0)) for d in range(-20, 21)) SLANTS = list(math.degrees(math.atan(d / 20.0)) for d in range(-20, 21))
SIZES = [ SIZES = [
5,
6,
7,
8, 8,
9, 9,
10, 10,
@ -93,6 +96,9 @@ SIZES = [
96, 96,
120, 120,
144, 144,
192,
240,
288,
] ]