# HG changeset patch # User Paul Boddie # Date 1460142096 -7200 # Node ID d92ba32aaf47a01e45231297dbc5fb3134e71f45 # Parent dbb43341ce0dd2628cc7aac145ac783274a7205d Fixed the simple cartridge description; indicated the nature of the back cavity. diff -r dbb43341ce0d -r d92ba32aaf47 cartridge.scad --- a/cartridge.scad Fri Apr 08 16:45:08 2016 +0200 +++ b/cartridge.scad Fri Apr 08 21:01:36 2016 +0200 @@ -28,13 +28,13 @@ Configure the generated shapes. For the absolute simplest shape (for basic 3D printers)... - BACK_CAVITY = 0; FRONT_LABEL_INSET = 0; TOP_LABEL_INSET = 0; + BACK_CAVITY = 1; FRONT_LABEL_INSET = 0; TOP_LABEL_INSET = 0; GROOVE = 0; ROUND_EDGES = 0; ROUND_CONNECTING_EDGES = 0 Leave all options enabled for more capable 3D printers. */ - /* A cosmetic cut-out to match the necessary interior cavity. */ + /* A necessary exterior cavity to let the cartridge fit inside the slot. */ BACK_CAVITY = 1; /* Optional insets for labels. */