Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] Fix Bend Calculator #3

Open
gbowne1 opened this issue Oct 6, 2023 · 0 comments
Open

[TODO] Fix Bend Calculator #3

gbowne1 opened this issue Oct 6, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Oct 6, 2023

To repro this issue:

$ python3 app.py
Select a calculator:

  1. Bend Calculator
  2. Lathe Calculator
  3. Sheet Metal Calculator
  4. Speed and Feed Calculator
  5. Punch Tonnage Calculator
  6. Quit
    Enter your choice:

Enter 1 as the choice:

enter these values:

Enter your choice: 1
Enter length in inches: 1
Enter width in inches: 2
Enter thickness in inches: .125
Enter bend angle in degrees: 45
Enter inner radius in inches: .125
Enter K-factor: 0.38
Enter tensile strength in pounds per square inch: 53700
Enter die opening in inches: 1

which should be ok for 1018 steel I couldn't find good numbers for tensile strength of 1018 except that it was suggested to be between 53,700ppsi and 90,000ppsi and I also couldnt find good numbers for K-factor for 1018.

The issue here is that this does not really return any valid data, it is only accepting inputs. It just returns you to the program after entering the die opening in inches.

Are K-Factor, tensile strength calculated numbers? What do we do with the numbers once we enter in all this data?

@gbowne1 gbowne1 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 6, 2023
@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested and removed bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

1 participant