//
// SD Card Card Parameters file
//
// File: sdcard-case-param.scadl
//
// Author: Nem W Schlecht
//   Copyright (C) 2022
//   License: Creative Commons Attribution-NonCommercial-Share Alike
//
// Creation Date: 2022-05-15
//

$main_tol = .8;

$total_spring_width = 2;

$main_round = 3;
$card_width = 24 + $main_tol + $total_spring_width;
$card_length = 32 + $main_tol;
$card_height = 2.1;
$hole_rad = 7.5;

$flag_length = 12;
$flag_depth = .1;

$xyborder = 1.8;
$zborder = .6;

$tic_width = 2;
$tic_length = 10;
$tic_height = 1.4;

$spring_tic_width = 2;
$spring_tic_length = 6;
$spring_tic_height = 1.4;

$spring_base_width = 1.84;
$spring_base_depth = 4;
$spring_height = $card_height * .9;
$spring_rad = 80;
$spring_width = 1;
$spring_start_radians = 78;
$spring_end_radians = 102;
