https://github.com/pjones/curtain-hanger-jig
OpenSCAD files for generating jigs that can be used to locate the desired spot on a wall for a curtain rod.
https://github.com/pjones/curtain-hanger-jig
Last synced: 18 days ago
JSON representation
OpenSCAD files for generating jigs that can be used to locate the desired spot on a wall for a curtain rod.
- Host: GitHub
- URL: https://github.com/pjones/curtain-hanger-jig
- Owner: pjones
- License: bsd-2-clause
- Created: 2020-10-08T23:27:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T00:03:21.000Z (over 4 years ago)
- Last Synced: 2025-02-18T00:43:14.183Z (4 months ago)
- Language: Nix
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Jig for Hanging Curtain Rods
## Examples
### Oval Shaped Hangers

```openscad
windowsill_offset = 101.6; // 4"
hanger_width = 28.2;
hanger_height = 70.5;curtain_oval_holder(
windowsill_offset,
windowsill_offset,
hanger_width,
hanger_height);
```