From 81e4f45f89738b1865fe0a5f4ee8e0c61270ecba Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 21 May 2019 21:42:53 +0800 Subject: [PATCH] update doc --- docs/lib-bijection_offset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-bijection_offset.md b/docs/lib-bijection_offset.md index 938ecef8..bde004ce 100644 --- a/docs/lib-bijection_offset.md +++ b/docs/lib-bijection_offset.md @@ -60,8 +60,8 @@ Move 2D outlines outward or inward by a given amount. Each point of the offsette [p0, p1, p2, p3, p4] ); - path_extrude(concat(shape, offsetted), path_pts, "HOLLOW"); - path_extrude(concat(offsetted2, offsetted3), path_pts, "HOLLOW"); + path_extrude(concat(offsetted, shape), path_pts, "HOLLOW"); + path_extrude(concat(offsetted3, offsetted2), path_pts, "HOLLOW"); ![bijection_offset](images/lib-bijection_offset-2.JPG)