Skip to content

Commit

Permalink
Added files
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Mar 30, 2023
1 parent ab8645c commit 025282d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added images/full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/measure_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/printed1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/printed2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stl/knob.stl
Binary file not shown.
Binary file added stl/rotor.stl
Binary file not shown.
Binary file added stl/stator_lower.stl
Binary file not shown.
Binary file added stl/stator_upper.stl
Binary file not shown.
2 changes: 1 addition & 1 deletion variometer.scad
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ assert((wiring_percentage_ <= 100.0) && (wiring_percentage_ >= 10.0), "Wiring pe
material_permeability_ = 1.0;

// diameter averaging when approximating by cylinder
diameter_to_inductance_coeff_ = 0.6;
diameter_to_inductance_coeff_ = 0.78;

/* [Rotor Stator Connectivty Parameters] */

Expand Down

0 comments on commit 025282d

Please sign in to comment.