11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
// Global parameters for the axial fan
|
|
|
|
// Set units
|
|
@settings(defaultLengthUnit = mm, kclVersion = 1.0)
|
|
|
|
// Define Parameters
|
|
export fanSize = 120
|
|
export fanHeight = 25
|
|
export mountingHoleSpacing = 105
|
|
export mountingHoleSize = 4.5
|