-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
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. |