Skip to content

Commit

Permalink
add 18650 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mleot committed Apr 4, 2024
1 parent e9c3c7d commit fe9edc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecm/autofit_jellyroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ def get_spiral_params(parameter_values, form_factor='18650', positive_tab=None,
inner_diameter = 0.0035
outer_diameter = 0.021
length_3d = 0.070
elif form_factor == '4680':
inner_diameter = 0.0035
outer_diameter = 0.046
length_3d = 0.080
else:
raise ValueError("form_factor must be '18650', '21700' or 'pouch'")

Expand Down

0 comments on commit fe9edc9

Please sign in to comment.