From 9356b702c35fca08bf9f36ba254c187d179a005e Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 5 Sep 2019 21:16:49 -0400 Subject: [PATCH] I'm a buffoon --- models/acme_peg_bar/acme_peg_bar.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/acme_peg_bar/acme_peg_bar.scad b/models/acme_peg_bar/acme_peg_bar.scad index 53b8536..f9e000e 100644 --- a/models/acme_peg_bar/acme_peg_bar.scad +++ b/models/acme_peg_bar/acme_peg_bar.scad @@ -1,4 +1,5 @@ $fn = 160; +time = 0; L = 254; W = 13; @@ -122,4 +123,4 @@ module three_piece_animation_peg_bar () { //small_printer_animation_peg_bar(); //three_piece_animation_peg_bar(); -animation_peg_bar(); \ No newline at end of file +rotate(0, 0, time) animation_peg_bar();