diff --git a/Mechanical/OpenSCAD/Enclosure.scad b/Mechanical/OpenSCAD/Enclosure.scad index 114b4fc..5aadb54 100644 --- a/Mechanical/OpenSCAD/Enclosure.scad +++ b/Mechanical/OpenSCAD/Enclosure.scad @@ -1,13 +1,17 @@ -// Parametric Expansion Card -// An OpenSCAD implementation of a basic enclosure of an Expansion Card for -// use with Framework products like the Framework Laptop. -// -// See https://frame.work for more information about Framework products and -// additional documentation around Expansion Cards. +// openCom LTE Expansion Card +// An implementation of an enclosure for the openCom LTE, which features holes +// for the antenna SMA connectors and transluscent columns for the indicator +// LEDs. -// Parametric Expansion Card © 2021 by Nirav Patel at Framework Computer LLC -// is licensed under Attribution 4.0 International. -// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ +// Original design - Parametric Expansion Card © 2021 by Nirav Patel at +// Framework Computer LLC. To view a copy of this license, visit +// http://creativecommons.org/licenses/by/4.0/ + +// See https://frame.work for more information about Framework products and +// additional documentation around Expansion Cards. + +// Modified by Jacob Owen Eva at Liberated Embedded Systems Ltd, licensed under +// Attribution-ShareAlike 4.0 International. // The basic dimensions of an Expansion Card base = [30.0, 32.0, 6.8];