Typo fix in new partitioning code.

This commit is contained in:
Revar Desmera 2026-02-05 21:02:54 -08:00
parent 29544ccc5c
commit 35ec1c2685

View file

@ -196,7 +196,7 @@ function half_of(p, v=UP, cp, cut_path, cut_angle=0, offset=0) =
cut_path[0].x < last(cut_path).x
? cut_path
: reverse(cut_path),
M = move(cp) * zrot(from=BACK, to=[v.x,v.y,0]),
M = move(cp) * rot(from=BACK, to=[v.x,v.y,0]),
raw_path = [
[min(-s/2, ppath[0].x), +s],
[min(-s/2, ppath[0].x), ppath[0].y],