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();