From 9783a3b41be4571d86cc3c9fc3969b263d0fc903 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 5 Feb 2026 21:41:10 -0800 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- partitions.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions.scad b/partitions.scad index e879682..e0bbcda 100644 --- a/partitions.scad +++ b/partitions.scad @@ -949,7 +949,7 @@ module partition(size=100, spread=10, cutsize=10, cutpath="jigsaw", gap=0, cutpa // stroke(ptn_sect("sawtooth addflip")); // Example(2D): Suffixing the name with a string like `" 5x"` will construct 5 repetitions of the pattern. // stroke(ptn_sect("sawtooth 5x")); -// Example(2D): Suffixing the name with a string like `" 40x20"` will scale the pattern to a size of 40 by 30. By default a pattern will be 20 by 20 in size. +// Example(2D): Suffixing the name with a string like `" 40x20"` will scale the pattern to a size of 40 by 20. By default a pattern will be 20 by 20 in size. // stroke(ptn_sect("jigsaw 40x20")); // Example(2D): You can add multiple space delimited suffixes to apply multiple effects. // stroke(ptn_sect("halfsine addflip yflip 40x30 3x"));