14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
![]() |
// Global parameters for the CPU cooler
|
||
|
|
||
|
// Set units
|
||
|
@settings(defaultLengthUnit = mm)
|
||
|
|
||
|
// Define Parameters
|
||
|
export fanSize = 120
|
||
|
export fanHeight = 25
|
||
|
export mountingHoleSpacing = 105
|
||
|
export mountingHoleSize = 4.5
|
||
|
export bendRadius = 15
|
||
|
export sheetThickness = 2.125
|
||
|
export heatSinkDepth = 55
|