From c751982d8eca20d877ca85e62a45b336c8dcf298 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Mon, 23 Jun 2025 13:27:37 -0700 Subject: [PATCH] Update skin.scad --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index 6d7ea4d3..6d6b6ecb 100644 --- a/skin.scad +++ b/skin.scad @@ -3697,7 +3697,7 @@ function associate_vertices(polygons, split, curpoly=0) = // Subsection: Textures from Graphic Images // In additional to creating textured surfaces, the texturing feature of BOSL2 can be used to place relief images onto objects, // using a single repetition of a very large texture array. In order to do this, you'll need a way to import your image into OpenSCAD. -//. +// . // The BOSL2 scripts folder contains three scripts for creating texture arrays from graphic images. // Right-click the links below to download the scripts to your local system. Run the python scripts from the command line, // and use the **File** menu of your browser to open img2scad.html.