An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# A Jig for Hanging Curtain Rods

## Examples

### Oval Shaped Hangers

![oval-jig](images/oval.png)

```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);
```