diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-07-01 11:25:27 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-07-01 11:25:27 +0000 |
| commit | 2e53cd556bcb6c88a7c623d94fb675b7858cc8d1 (patch) | |
| tree | c1dc5f0d43bfd1643a8fd40bc269989cc9c7fa2a /case | |
| parent | keychain style bottom plate cutout (diff) | |
| download | hardware-2e53cd556bcb6c88a7c623d94fb675b7858cc8d1.tar.gz hardware-2e53cd556bcb6c88a7c623d94fb675b7858cc8d1.zip | |
add case/.gitignore
Diffstat (limited to 'case')
| -rw-r--r-- | case/.gitignore | 1 | ||||
| -rw-r--r-- | case/dxf2svg.txt | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/case/.gitignore b/case/.gitignore new file mode 100644 index 0000000..ad803f5 --- /dev/null +++ b/case/.gitignore @@ -0,0 +1 @@ +*.dxf diff --git a/case/dxf2svg.txt b/case/dxf2svg.txt new file mode 100644 index 0000000..97864bb --- /dev/null +++ b/case/dxf2svg.txt @@ -0,0 +1,8 @@ +1. export DXF +2. Open in LibreCAD +4. Options > Current Drawing Preferences +5. Units > Main Dwg Unit > Millimeter +6. CTRL+A +7. Tools > Polyline > Create from Existing Segments +7.1. Repeat: RMB -> Polyline from Existing Segments +8. File > Export > CAM/Plain SVG |
