From e5e0a583fe3f96866db5fd608dd1b5d4d5ac72b3 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Mon, 23 Jun 2025 14:17:53 -0700 Subject: [PATCH] Made image2scad.html directly openable in skin.scad. --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index 90b14e96..bc0afcd2 100644 --- a/skin.scad +++ b/skin.scad @@ -3706,7 +3706,7 @@ function associate_vertices(polygons, split, curpoly=0) = // - [**img2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/img2scad.py) // is a python script that creates a texture array from most common raster image formats, including gif, png, jpeg. // . -// - [**img2scad.html**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/img2scad.html) +// - [**img2scad.html**](https://htmlpreview.github.io/?https://github.com/BelfrySCAD/BOSL2/blob/master/scripts/img2scad.html) // contains a javascript creates a texture array from any image your browser can render. // . // - [**geotiff2scad.py**](https://raw.githubusercontent.com/BelfrySCAD/BOSL2/master/scripts/geotiff2scad.py)