From 92137568b394bf093280b610fd86370cc70bc7e2 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 10 Nov 2020 14:51:19 +0800 Subject: [PATCH] fix missing module --- examples/maze/gyro_maze.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/maze/gyro_maze.scad b/examples/maze/gyro_maze.scad index bfa95ee0..d1aca5fc 100644 --- a/examples/maze/gyro_maze.scad +++ b/examples/maze/gyro_maze.scad @@ -1,4 +1,5 @@ use ; +use ; cblocks = 8; wall_thickness = 1.5;