mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-02-15 14:06:20 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bbd73d6cff
commit
9783a3b41b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue