From 4831d47a7a1c70d974b8223dc89fb7571d812813 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 27 Jan 2020 16:48:38 +0800 Subject: [PATCH] use scad --- examples/hypnotic_squares.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hypnotic_squares.scad b/examples/hypnotic_squares.scad index a149d8ca..799a3424 100644 --- a/examples/hypnotic_squares.scad +++ b/examples/hypnotic_squares.scad @@ -1,6 +1,6 @@ -include ; -include ; -include ; +use ; +use ; +use ; x_grids = 12; y_grids = 5;