This commit is contained in:
jackh 2025-02-04 10:27:51 -07:00
parent f05c20638e
commit c4aea22d11
1 changed files with 4 additions and 4 deletions

View File

@ -265,10 +265,10 @@ public class Scaffold extends Module {
float firstStraight = 123.50f;
float secondStraight = 125.50f;
float thirdStraight = 127.50f;
float firstDiag = 129.50f;
float secondDiag = 131.50f;
float thirdDiag = 133.50f;
float fourthDiag = 137.50f;
float firstDiag = 128.50f;
float secondDiag = 130.50f;
float thirdDiag = 132.50f;
float fourthDiag = 138f;
float firstOffset = 16;
float secondOffset = 14;