From 5a491c9305bdf0dd7d0d8f332b71064802be063d Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:25:10 +0200 Subject: Enable max stitch length for e-stitch (#2222) --- lib/tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tiles.py') diff --git a/lib/tiles.py b/lib/tiles.py index 0bf92abc..00d837b3 100644 --- a/lib/tiles.py +++ b/lib/tiles.py @@ -1,5 +1,5 @@ import os -from math import ceil, floor +from math import ceil import inkex import json -- cgit v1.2.3