Skip to content

Commit a91cd70

Browse files
committed
Change default rotation
1 parent 9ae776f commit a91cd70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gridflock.scad

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ _FILLER_DYNAMIC = 2;
243243
_CLICK1 = 0;
244244
_CLICK2 = 1;
245245

246+
firstview = $vpr==[55,0,25];
247+
$vpr = firstview ? [0, 0, 0] : $vpr;
248+
246249
/**
247250
* @Summary Run some code in each corner, with proper rotation, to add magnets
248251
* @Details From the children's perspective, we are centered at the corner, and

0 commit comments

Comments
 (0)