Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
js802025 committed Nov 3, 2022
1 parent 7070725 commit 8c5c479
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# DXFTOSVG

Adds context menu option to translate files from dxfs to svgs. Our main purpose for this is to translate files downloaded from Onshape to something our Glowforge can read

## Features:
Folder Action (Mac): Automatically convert files when they are downloaded to a folder.

Context Menu (Mac & Windows): Convert files with an option in the menu that appears when you right-click a .dxf file

## Requirements:
[Inkscape](https://inkscape.org/)

## Installion

### Mac (Context Menu)
1. Download the file `Convert_To_SVG_CONTEXT_MAC.zip` from the releases.
2. Unzip the file.
3. Open the file.
4. Click Install.

### Mac (Folder Action)
1. Download the file `DXF_FOLDER_MAC.zip` from the releases.
2. Unzip the file.
3. Open the file.
4. Choose folder to use (for automatic conversions, choose your default downloads folder).

### Windows (Context Menu)
1. Download the file `DXF.reg` from releases.
2. Open the file.
3. Follow steps to import.
Binary file added dxf.reg
Binary file not shown.
3 changes: 0 additions & 3 deletions main.py

This file was deleted.

0 comments on commit 8c5c479

Please sign in to comment.