Skip to content

Commit

Permalink
Added 7.62x39mm
Browse files Browse the repository at this point in the history
  • Loading branch information
stro committed Jan 18, 2023
1 parent 1b502ac commit 45af5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CaliberInfo.scad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: CaliberInfo.scad 74 2023-01-18 03:17:23Z stro $
// $Id: CaliberInfo.scad 75 2023-01-18 04:32:52Z stro $
/*
* Copyright (c) 2022 sttek.com <https://sttek.com>
*
Expand Down Expand Up @@ -40,7 +40,7 @@ function caliber_data ( cal ) =
cal == ".303 British" ? [15.0, 55.0, 10.0 ] :
cal == "6.5 PRC" ? [14.0, 51.0, 11.7 ] :
cal == "7-30 Waters" ? [14.0, 52.0, 11.4 ] :
cal == "7.62×39mm" ? [13.0, 40.0, 5.7 ] :
cal == "7.62×39mm" ? [13.0, 38.0, 5.7 ] :
cal == "7.62×54mmR" ? [15.0, 52.0, 13.7 ] :
cal == "8×57mm" ? [13.0, 55.0, 10.8 ] :
cal == ".338 Lapua Magnum" ? [15.0, 69.0, 14.3 ] :
Expand Down

0 comments on commit 45af5ac

Please sign in to comment.