BurnTest: fix part placement

This commit is contained in:
Florian Festi 2019-10-13 18:42:40 +02:00
parent 89ea774a39
commit 228335a993
1 changed files with 2 additions and 1 deletions

View File

@ -44,9 +44,10 @@ correction."""
x, s = self.x, self.step
t = self.thickness
self.moveTo(t, t)
for cnt in range(self.pairs):
self.moveTo(t, t)
for i in range(4):
self.text("%.3fmm" % self.burn, x/2, 2*t, align="center")
self.edges["f"](x)