I'm trying to make a fast-to-print pattern for checking extruder alignment, which is clearly off when printing a traffic cone, but that's too time consuming to use as a test pattern.
So I made a trivial OpenSCAD program, and exported the STL separately for the two pieces, then imported them into Simplify3D and connected them to the two extruders, and prepared to print. The preview for printing looks like it's only a kind of skirt or more accurately an oversize outline, and it shows the two pieces as overlapping by half, which doesn't seem to make any sense.
Anyway, the preview is correct! That's exactly what printed.
Evidently I did something wrong (new user here).
Can anyone steer me aright?
Here's the OpenSCAD program:
cube([.4,10,.5],center=true);
//translate([0,10.5,0]) cube([.4,10,.5],center=true);
(Comment the first line instead to get the STL for the other piece.)
I'll attach the factory file.