From 4dbfc5acabf12450800709d19a64264ff87b3c99 Mon Sep 17 00:00:00 2001 From: KronBjorn Date: Sun, 5 Mar 2017 13:41:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ae8834..c4a9a66 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In a new file, include _sixinch_library.scad_. For each of the parts, there is m The deafult modules obviously does not support everything you need, but should give you a good start for further customization. Feel free to add functionality to the library. ###Front Plate### -''' +```python square_hole = []; round_hole = [[65 ,7.5, 3.1],[69.5 ,7.5, 3.1]]; round_peg = []; @@ -65,7 +65,7 @@ screw_top = [36]; screw_bottom_front = [36]; units = 2; frontplate(units,square_hole,round_hole,round_peg,screw_side_front,screw_top,screw_bottom_front); -''' +```