This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==================================================================== | |
| // Configuration Panel Variables | |
| // ==================================================================== | |
| /* [Globals] */ | |
| $fn = 60; | |
| global_laser_kerf = 0.10; // Laser kerf adjustment amount | |
| global_tab_tightening = 0.25; // Friction-fit snugness modifier added directly to male tabs to tighten lookups (mm) | |
| mat_thickness = 3.0; // Panel material thickness (mm) | |
| /* [View & Export Controls] */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ----------------------------------------------------------------------------------------- | |
| # SetupRepos | |
| # Arg1 - Origin owner | |
| # Arg2 - release version | |
| # ----------------------------------------------------------------------------------------- | |
| function SetupRepos() { | |
| SetupRepo $1 $2 corefx | |
| SetupRepo $1 $2 coreclr |