We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae776f commit a91cd70Copy full SHA for a91cd70
1 file changed
gridflock.scad
@@ -243,6 +243,9 @@ _FILLER_DYNAMIC = 2;
243
_CLICK1 = 0;
244
_CLICK2 = 1;
245
246
+firstview = $vpr==[55,0,25];
247
+$vpr = firstview ? [0, 0, 0] : $vpr;
248
+
249
/**
250
* @Summary Run some code in each corner, with proper rotation, to add magnets
251
* @Details From the children's perspective, we are centered at the corner, and
0 commit comments