removed more extraneous space for formatting

This commit is contained in:
Will Harris 2020-06-12 16:18:06 -06:00 committed by GitHub
parent 0a246489ec
commit c81889b298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ First, you'll need OpenSCAD: http://www.openscad.org/downloads.html. I highly re
After you have openSCAD installed, you need to download the code and run it. running `git clone https://github.com/rsheldiii/openSCAD-projects.git` if you have git, or downloading [this zip](https://github.com/rsheldiii/openSCAD-projects/archive/master.zip) and extracting the directory should do it. After you have openSCAD installed, you need to download the code and run it. running `git clone https://github.com/rsheldiii/openSCAD-projects.git` if you have git, or downloading [this zip](https://github.com/rsheldiii/openSCAD-projects/archive/master.zip) and extracting the directory should do it.
To make your own key, all you need to do is open `keys.scad` with openSCAD and [modify this line](https://github.com/rsheldiii/KeyV2/blob/master/keys.scad#L12)! (Line 12) To make your own key, all you need to do is open `keys.scad` with openSCAD and [modify this line](https://github.com/rsheldiii/KeyV2/blob/master/keys.scad#L12)! (Line 12)
Here is an example you can replace the line with to get started. This is for a ctrl key on an OEM keyboard: Here is an example you can replace the line with to get started. This is for a ctrl key on an OEM keyboard:
`u(1.25) oem_row(3) legend("ctrl", size=4.5) key();` `u(1.25) oem_row(3) legend("ctrl", size=4.5) key();`