Push whipper release v0.10.0

Fixes #428.

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2021-05-17 10:26:38 +00:00
parent 731453ea8d
commit 236544dce9
6 changed files with 206 additions and 153 deletions

View File

@@ -32,18 +32,18 @@ logger = logging.getLogger(__name__)
# see http://www.accuraterip.com/driveoffsets.htm
# and misc/offsets.py
OFFSETS = ("+6, +667, +48, +102, +12, +30, +103, +618, +96, +594, "
"+738, +98, -472, +116, +733, +696, +120, +691, +685, "
"+99, +97, +600, +676, +690, +1292, +702, +686, -24, "
"+704, +697, +572, +1182, +688, +91, -491, +145, +689, "
"+564, +708, +86, +355, +79, -496, +679, -1164, 0, "
"+1160, -436, +694, +684, +94, +1194, +106, +681, "
"+117, +692, +943, +92, +680, +678, +682, +1268, +1279, "
"+1473, -582, -54, +674, +687, +1272, +1263, +1508, "
"+675, +534, +740, +122, -489, +974, +976, +1303, "
"+108, +1130, +111, +739, +732, -589, -495, -494, "
"+975, +961, +935, +87, +668, +234, +1776, +138, +1364, "
"+1336, +1262, +1127")
OFFSETS = ("+6, +667, +48, +102, +30, +12, +103, +618, +96, +738, "
"+594, +98, -472, +733, +696, +116, +120, +691, +685, "
"+99, +702, +97, +600, +676, +690, +1292, +686, +697, "
"-24, +704, +572, +1182, +688, -491, +91, +145, +689, "
"+86, +355, +708, +79, +564, -496, +679, -1164, 0, "
"+1160, -436, +684, +694, +1194, +94, +106, +681, "
"+678, +117, +692, +943, +92, +680, +682, +1268, +1279, "
"+1473, -54, +1263, -582, +674, +687, +1272, +1508, "
"-489, +740, +675, +534, +122, +974, +976, +1303, "
"+111, +108, +1130, +975, +87, +739, +732, -589, -495, "
"-494, -12, +961, +935, +699, +668, +234, +1776, +138, "
"+1364, +1336, +1262, +1161, +1127")
class Find(BaseCommand):