I believe I have found an issue with OpenSCAD imports. I found it when working with a rather complex script, with many parameters, but I was able the to isolate the issue to this: translate([1,0,0]) if (0) cube(); translate([2,0,0]) if (0) cube(); translate([3,0,0]) if (1) cube(); (As mentioned, the...