Files
modeling-app/public/kcl-samples/axial-fan/main.kcl
2025-06-12 09:40:06 -07:00

16 lines
365 B
Plaintext

// Axial Fan
// A small axial fan, used to push or draw airflow over components to remove excess heat
// Set units
@settings(defaultLengthUnit = mm, kclVersion = 1.0)
// Import all parts into assembly file
import "fan-housing.kcl" as fanHousing
import "motor.kcl" as motor
import "fan.kcl" as fan
// Produce the model for each imported part
fanHousing
motor
fan