From 35ec1c2685d8395fab3c4fdadb7fbaf86d1fa5f4 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 5 Feb 2026 21:02:54 -0800 Subject: [PATCH] Typo fix in new partitioning code. --- partitions.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions.scad b/partitions.scad index fad3e22..9b463dc 100644 --- a/partitions.scad +++ b/partitions.scad @@ -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],