Skip to content

Commit 9326e34

Browse files
committed
allowed for aspect = 1
1 parent ef3c9f1 commit 9326e34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tiling-explorer-2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ def setup_chosen_tiling_options(
364364
label="#### Offset", debounce=True)
365365

366366
if "weave" in family.value:
367-
_aspect = mo.ui.slider(steps=[x / 12 for x in range(1,12)],
368-
value=9 / 12, label="#### Strand width",
367+
_aspect = mo.ui.slider(steps=[x/12 for x in range(1,13)],
368+
value=9/12, label="#### Strand width",
369369
show_value=True, debounce=True)
370370
_over_under = mo.ui.text(value=tilings_by_n[num_tiles.value][family.value]["n"],
371371
label="#### Over-under pattern")

0 commit comments

Comments
 (0)