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
| // LED Constant-current driver case | |
| // Ed Nisley - KE4ZNU | |
| // 2026-03-15 | |
| include <BOSL2/std.scad> | |
| Layout = "Show"; // [Show,Build,Case,Lid,LidSVG,Switch] | |
| /* [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
| // HQ Sixteen Bobbin Winder - Unwind adapter | |
| // Ed Nisley - KE4ZNU | |
| // 2026-03-27 | |
| include <BOSL2/std.scad> | |
| Layout = "Show"; // [Show,Build] | |
| /* [Hidden] */ |
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
| // 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.
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; |
NewerOlder