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
| // Crosman BB bottle cap | |
| // Ed Nisley - KE4ZNU | |
| // 2026-02-22 | |
| include <BOSL2/std.scad> | |
| Layout = "Show"; // [Show,Build,Section] | |
| /* [Hidden] */ |
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
| // Bearing sleeve for HQ Sixteen table rods | |
| // Ed Nisley - KE4ZNU | |
| // 2026-02-20 | |
| include <BOSL2/std.scad> | |
| Layout = "Show"; // [Show,Build] | |
| /* [Hidden] */ |
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
| # Generator for punched cards | |
| # Ed Nisley - KE4ZNU | |
| # 2026-01-20 cargo-culted from various sources | |
| import svg | |
| import math | |
| from argparse import ArgumentParser | |
| from pathlib import Path | |
| import curses.ascii | |
| import itertools |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| // Nightlight light guide | |
| // Ed Nisley - KE4ZNU | |
| // 2026-01-13 | |
| include <BOSL2/std.scad> | |
| Layout = "Show"; // [Show,Build,Plate,Base,Pipe] | |
| /* [Hidden] */ |
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
| // Shower soap dish | |
| // Ed Nisley - KE4ZNU | |
| // 2026-01-13 | |
| include <BOSL2/std.scad> | |
| /* [Hidden] */ | |
| HoleWindage = 0.2; | |
| Protrusion = 0.1; |
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
| // Ortur Rotary Focus Pad | |
| // Ed Nisley - KE4ZNU | |
| // 2026-01-04 | |
| include <BOSL2/std.scad> | |
| Style = "Show"; // [Build,Show,Chuck,ChuckJaw,Jaw] | |
| InnerScrew = 1; // [0:3] | |
| OuterScrew = 3; // [2:4] |
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
| // Ortur Rotary Focus Pad | |
| // Ed Nisley - KE4ZNU | |
| // 2026-01-04 | |
| include <BOSL2/std.scad> | |
| Style = "Show"; // [Build,Show] | |
| /* [Hidden] */ |
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
| // Ortur Rotary Conical centers | |
| // Ed Nisley - KE4ZNU | |
| // 2025-12-27 | |
| include <BOSL2/std.scad> | |
| Style = "Bullnose"; // [Build,Cone,Bullnose,Cup,Cone] | |
| MinDia = 10.0; | |
| MaxDia = 50.0; |
NewerOlder