/*************************************************************************************
 *
 * Altoids Tins With Sliding Lid
 *
 *************************************************************************************
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT
 * HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * IT IS NOT PERMITTED TO MODIFY THIS COMMENT BLOCK.
 *
 * (c)2024, Claude "Tryphon" Theroux, Montreal, Quebec, Canada
 * http://www.ctheroux.com/
 *
 ************************************************************************************/ 

// Outside length in mm
OutsideLength = 93;

// Outside depth in mm
OutsideDepth = 59;

// Outside height in mm
OutsideHeight = 22;

// Corner radius in mm
CornerRadius = 12.7;

// Wall thickness in mm
WallThickness = 1.2;

// Bottom thickness in mm
BottomThickness = 1.6;

// Top thickness in mm
TopThickness = 1.6;

// Lid older thickness in mm
LidHolderThickness = 4;

// Lid tolerance in mm
LidTolerance = 0.10;

// Lid closure height in mm
LidClosureHeight = 0.4;

// Lid closure width in mm
LidClosureWidth = 5;

// Lid closure depth in mm
LidClosureDepth = 3;

// Lid closure slant ratio
LidClosureSlantRatio = 3;

// Lid Handle diameter
LidHandleDiameter = 20;

// Lid Handle Depth
LidHandleDepth = LidHolderThickness / 2 - 0.5;


include <AltoidsTinsLikeContainerWithSlidingLidGenerator.scad>;


