From 0a246489ec7ae0903da15b29e8ce1b94a700d067 Mon Sep 17 00:00:00 2001 From: Will Harris Date: Fri, 12 Jun 2020 16:14:55 -0600 Subject: [PATCH] removed extra space --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 43e1356..4b3b20c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ To make your own key, all you need to do is open `keys.scad` with openSCAD and [ 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();` - - It is possible to edit this project with an external editor by checking off Design => 'Automatic Reload and Preview' in OpenSCAD. All examples below assume you are running the library on your computer with OpenSCAD.