From 30817f2626172d8a8b38c01ad5d721d47c19b1c2 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Wed, 21 May 2025 13:48:26 -0700 Subject: [PATCH 1/4] Add size value to top of img2scad.html output file --- scripts/img2scad.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/img2scad.html b/scripts/img2scad.html index 4830684c..6e3c72a0 100644 --- a/scripts/img2scad.html +++ b/scripts/img2scad.html @@ -8,8 +8,9 @@ Version 6: 23 April 2025 - added cropping UI Version 7: 25 April 2025 - added contrast and threshold sliders Version 8: 26 April 2025 - added file size estimate to output section Version 9: 20 May 2025 - improved appearance UI, added Sobel edge detection +Verskl 10: 21 May 2025 - Added array_name_size value at top of output file --> - Image to OpenSCAD array, v9 + Image to OpenSCAD array, v10