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