Add files via upload (#6227)
* Add files via upload Adding parametric pc fan and bottle * Update and rename globals.kcl to parameters.kcl * Update fan-housing.kcl * Update fan-housing.kcl * Update fan.kcl * Update motor.kcl * Update parameters.kcl * Update kcl-samples simulation test output * Update main.kcl avoiding fn imports * Update kcl-samples simulation test output * remove functions * angledLine kwargs * tangentalArc kwargs * Update kcl-samples simulation test output * Update housing middle more tweaks because I just can't help myself * Update kcl-samples simulation test output * Update kcl-samples simulation test output --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jgomez720 <114548659+jgomez720@users.noreply.github.com>
This commit is contained in:
15
public/kcl-samples/axial-fan/main.kcl
Normal file
15
public/kcl-samples/axial-fan/main.kcl
Normal file
@ -0,0 +1,15 @@
|
||||
// PC Fan
|
||||
// A small axial fan, used to push or draw airflow over components to remove excess heat
|
||||
|
||||
// Set units
|
||||
@settings(defaultLengthUnit = mm)
|
||||
|
||||
// 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
|
||||
Reference in New Issue
Block a user