Update app.py
Browse files
app.py
CHANGED
|
@@ -3267,11 +3267,11 @@ def launch_main_app():
|
|
| 3267 |
|
| 3268 |
# Calculate top and bottom vertical bounds of fit area
|
| 3269 |
top_val = max_range - 0.31 - hole_rad
|
| 3270 |
-
bottom_val = top_val - 1.4 + hole_rad *
|
| 3271 |
|
| 3272 |
# Minimum and maximum acceptable width values (inches)
|
| 3273 |
-
min_width = 4.5 + hole_rad
|
| 3274 |
-
max_width = 11.52 - hole_rad
|
| 3275 |
|
| 3276 |
# Loop through step values from 0.0 to 0.5 in 0.05 increments
|
| 3277 |
max_step = 0.5
|
|
|
|
| 3267 |
|
| 3268 |
# Calculate top and bottom vertical bounds of fit area
|
| 3269 |
top_val = max_range - 0.31 - hole_rad
|
| 3270 |
+
bottom_val = top_val - 1.4 + hole_rad * 3
|
| 3271 |
|
| 3272 |
# Minimum and maximum acceptable width values (inches)
|
| 3273 |
+
min_width = 4.5 + hole_rad * 2
|
| 3274 |
+
max_width = 11.52 - hole_rad * 2
|
| 3275 |
|
| 3276 |
# Loop through step values from 0.0 to 0.5 in 0.05 increments
|
| 3277 |
max_step = 0.5
|