From 045acaa3ac2fca22f3e24653b98087f82c8b7996 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 17 Mar 2022 08:45:26 +0800 Subject: [PATCH] update doc --- docs/lib3x-mz_square_cells.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib3x-mz_square_cells.md b/docs/lib3x-mz_square_cells.md index 33a8a271..77072cd2 100644 --- a/docs/lib3x-mz_square_cells.md +++ b/docs/lib3x-mz_square_cells.md @@ -56,8 +56,8 @@ The cell data is seperated from views. You can use cell data to construct [diffe } } - line2d([0, 0], [cell_width * rows, 0], wall_thickness); - line2d([0, 0], [0, cell_width * columns], wall_thickness); + line2d([0, 0], [cell_width * columns, 0], wall_thickness); + line2d([0, 0], [0, cell_width * rows], wall_thickness); ![mz_square_cells](images/lib3x-mz_square_cells-1.JPG)