[avarPlanner] Add more sizes
This commit is contained in:
parent
7fce344404
commit
91731f7d2a
@ -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,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user