# HG changeset patch # User Paul Boddie # Date 1390222439 -3600 # Node ID ce3a68ff0b68b16de03be1d02b9d1561d7f3d864 # Parent 731994f190385b20aad22b9cbb2ceaa92619966a Added transformations to show the front and back parts side by side. diff -r 731994f19038 -r ce3a68ff0b68 cartridge.scad --- a/cartridge.scad Mon Jan 20 13:51:37 2014 +0100 +++ b/cartridge.scad Mon Jan 20 13:53:59 2014 +0100 @@ -118,7 +118,7 @@ pcb_back_support_left_bump_offset_from_bottom = 26.0 - 11.8; pcb_back_support_right_bump_offset_from_bottom = 28.6 - 11.8; - translate([0, -20, 0]) + translate([-width * 0.6, 0, 0]) difference() { /* The cartridge surfaces. */ @@ -248,6 +248,8 @@ } } + translate([width * 0.6, 0, 0]) + rotate([0, 0, 180]) difference() { /* The cartridge surfaces. */