Spaces:
Running
Running
Upload 9 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -410,6 +410,8 @@ export function setupInstructorEvents() {
|
|
| 410 |
|
| 411 |
// --- FIXED: Even Arc Distribution (Safe Zone: 135 deg to 405 deg) ---
|
| 412 |
// Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
|
|
|
|
|
|
|
| 413 |
|
| 414 |
// Safe Arc Range: Starts at 135 deg (Bottom Left) -> Goes CW -> Ends at 405 deg (45 deg, Bottom Right)
|
| 415 |
// Total Span = 270 degrees
|
|
|
|
| 410 |
|
| 411 |
// --- FIXED: Even Arc Distribution (Safe Zone: 135 deg to 405 deg) ---
|
| 412 |
// Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
|
| 413 |
+
const minR = 220;
|
| 414 |
+
// Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
|
| 415 |
|
| 416 |
// Safe Arc Range: Starts at 135 deg (Bottom Left) -> Goes CW -> Ends at 405 deg (45 deg, Bottom Right)
|
| 417 |
// Total Span = 270 degrees
|